We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b545fcd commit e3d1a41Copy full SHA for e3d1a41
css-flexbox-1/Overview.bs
@@ -2955,7 +2955,8 @@ Flex Container Intrinsic Main Sizes</h4>
2955
For this purpose,
2956
each item's contribution
2957
is capped by the item’s [=flex base size=] if the item is not growable,
2958
- and floored by the item’s [=flex base size=] if the item is not shrinkable.
+ floored by the item’s [=flex base size=] if the item is not shrinkable,
2959
+ and then further clamped by the item's min and max main sizes.
2960
2961
<details class=note>
2962
<summary>Implications of this algorithm when the sum of flex is less than 1</summary>
0 commit comments