瀏覽代碼

Fix root component display settings

Tatiana Inama 6 年之前
父節點
當前提交
0e301dfc13
共有 1 個文件被更改,包括 1 次插入2 次删除
  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;
 }