Description[css-flexbox] Correctly implement flex factors < 1
When the sum of flex factors is < 1, we need to multiply the available
space by that. We currently do this in a slightly different way that's
mostly-correct for flex-grow, but doesn't do anything for flex-shrink.
This patch fixes that.
BUG=480752, 549993
R=leviw@chromium.org
Committed: https://crrev.com/36921b28f83a30d8d0caaa408b1586afed2ca323
Cr-Commit-Position: refs/heads/master@{#361808}
Patch Set 1 #Patch Set 2 : even more correct now #
Total comments: 2
Patch Set 3 : add a comment #
Messages
Total messages: 25 (10 generated)
|