Kaynağa Gözat

Fix root component display settings

Tatiana Inama 6 yıl önce
ebeveyn
işleme
0e301dfc13
1 değiştirilmiş dosya ile 1 ekleme ve 2 silme
  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;
 }