Skip to content

Commit 7445032

Browse files
committed
Fixes #283 - edit in the second part of the proposal, that auto-min-size only kicks in if you span an auto track.
1 parent 4ac77ab commit 7445032

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

css-grid/Overview.bs

+2-1
Original file line numberDiff line numberDiff line change
@@ -1248,7 +1248,8 @@ Implied Minimum Size of Grid Items</h3>
12481248
that the ''min-width/auto'' value of 'min-width'/'min-height'
12491249
also applies an <a>automatic minimum size</a>
12501250
in the specified axis
1251-
to <a>grid items</a> whose 'overflow' is ''overflow/visible''.
1251+
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''.
12521253
(The effect is analogous to the <a>automatic minimum size</a>
12531254
imposed on <a>flex items</a>.)
12541255
[[!CSS-FLEXBOX-1]]

0 commit comments

Comments
 (0)