We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30f90cc commit 483b58fCopy full SHA for 483b58f
css-grid/Overview.bs
@@ -1207,6 +1207,11 @@ Implied Minimum Size of Grid Items</h3>
1207
(The effect is analogous to the <a>automatic minimum size</a>
1208
imposed on <a>flex items</a> in their <a>main axis</a>.)
1209
[[!CSS-FLEXBOX-1]]
1210
+ However, if the <a>grid item</a> spans only <a>grid tracks</a>
1211
+ that have a <a lt="fixed sizing function">fixed</a> <a>maximum sizing function</a>,
1212
+ its <a>automatic minimum size</a> in that dimension
1213
+ is further clamped to less than or equal to the size necessary
1214
+ to fit its margin box within the track (flooring at zero).
1215
1216
<div class="note" id="min-size-opt">
1217
Note that while a content-based minimum size is often appropriate,
0 commit comments