Pārlūkot izejas kodu

Fix root component display settings

Tatiana Inama 6 gadi atpakaļ
vecāks
revīzija
0e301dfc13
1 mainītis faili ar 1 papildinājumiem un 2 dzēšanām
  1. 1 2
      recipes/src/styles/app.scss

+ 1 - 2
recipes/src/styles/app.scss

@@ -71,8 +71,7 @@ code {
 
 #root {
   display: flex;
-  flex-wrap: wrap;
-  align-items: stretch;
+  flex-direction: column;
   height: 100vh;
 }