Description[css-grid] Fix the height computation of grid items with borders
When computing the logical height of grid items for the default
min-height:auto case we were constraning the min-content size using
constrainLogicalHeightByMinMax() instead of
constrainContentLogicalHeightByMinMax(). The problem of using the former is
that we were adding the borders twice.
BUG=560771
Committed: https://crrev.com/ef4104cbb65b5d3d1cf584635a07a1c38f0a4f7a
Cr-Commit-Position: refs/heads/master@{#362948}
Patch Set 1 #
Total comments: 3
Patch Set 2 : Patch for landing #
Messages
Total messages: 14 (6 generated)
|