mirror of
https://github.com/typeable/elm-ui.git
synced 2024-11-26 10:55:19 +03:00
fix #137 - if an el has a child with width (fillPortion X), then that child should have width 100%
This commit is contained in:
parent
26135822b4
commit
34c7ba02b5
@ -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"
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user