Explorar o código

Fix root component display settings

Tatiana Inama %!s(int64=6) %!d(string=hai) anos
pai
achega
0e301dfc13
Modificáronse 1 ficheiros con 1 adicións e 2 borrados
  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;
 }