You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 6, 2025. It is now read-only.
fix(fxFlex): prevent setting min/max-size when grow/shrink is zero (#160)
handle various scenarios of grow/shrink being zero:
* set `min-width`/`min-height` only if `grow != 0`
* set `max-width`/`max-height` only if `shink != 0`
* set both min and max if both `grow == 0` AND `shink == 0`
* add tests for these scenarios
* remove max-width from test "should set a min-width when the shrink == 0"
fixes#153
Signed-off-by: Somo <somo@mombo.solutions>
0 commit comments