Using correct properties for the Flex Component to support nexting Flex components

This commit is contained in:
Belén Curcio
2018-08-12 22:17:05 -03:00
parent 9e39a093fd
commit 5c2ac9ee75
@@ -1,10 +1,12 @@
.root {
flex-grow: 1;
max-width: 100%;
}
.flex {
display: flex;
flex-grow: 1;
max-width: 100%;
}
.halfItemGutter {