fix #137 - if an el has a child with width (fillPortion X), then that child should have width 100%

This commit is contained in:
Matthew Griffith 2019-08-04 20:15:06 -04:00
parent 26135822b4
commit 34c7ba02b5

View File

@ -882,6 +882,9 @@ elDescription =
-- Prop "align-self" "stretch !important"
Prop "width" "100%"
]
, Child (dot classes.widthFillPortion)
[ Prop "width" "100%"
]
, Child (dot classes.widthContent)
[ Prop "align-self" "flex-start"
]