Forráskód Böngészése

Fix root component display settings

Tatiana Inama 6 éve
szülő
commit
0e301dfc13
1 módosított fájl, 1 hozzáadás és 2 törlés
  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;
 }