mirror of
https://github.com/roytam1/UXP.git
synced 2026-05-28 14:38:38 +00:00
Merge remote-tracking branch 'origin/tracking' into custom
This commit is contained in:
@@ -4519,6 +4519,7 @@ nsGridContainerFrame::Tracks::ResolveIntrinsicSize(
|
||||
|
||||
// Check if we need to apply "Automatic Minimum Size" and cache it.
|
||||
if ((state & TrackSize::eAutoMinSizing) &&
|
||||
!(state & TrackSize::eFlexMaxSizing) &&
|
||||
gridItem.ShouldApplyAutoMinSize(wm, mAxis, aPercentageBasis)) {
|
||||
gridItem.mState[mAxis] |= ItemState::eApplyAutoMinSize;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user