We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ac77ab commit 7445032Copy full SHA for 7445032
css-grid/Overview.bs
@@ -1248,7 +1248,8 @@ Implied Minimum Size of Grid Items</h3>
1248
that the ''min-width/auto'' value of 'min-width'/'min-height'
1249
also applies an <a>automatic minimum size</a>
1250
in the specified axis
1251
- to <a>grid items</a> whose 'overflow' is ''overflow/visible''.
+ to <a>grid items</a> whose 'overflow' is ''overflow/visible''
1252
+ and which span at least one <a>track</a> whose <a>min track sizing function</a> is ''grid-template-rows/auto''.
1253
(The effect is analogous to the <a>automatic minimum size</a>
1254
imposed on <a>flex items</a>.)
1255
[[!CSS-FLEXBOX-1]]
0 commit comments