소스 검색

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;
 }