Flex shrink changes size with flex grow below 1 #1033
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Report
Issues and Steps to Reproduce
Take a single child smaller than its parent. Add flex grow between 0 and 1 (0.5 for instance). Try to set flex shrink to 0 or 1.
Expected Behavior
Same result with 0 or 1: flex shrink should have no impact on the child size since there is still unused space in the parent.
Actual Behavior
Not the same result.
Link to Code
http://tinyurl.com/yxosawoz