We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f8341d commit 4b78442Copy full SHA for 4b78442
css-grid-1/Overview.bs
@@ -1240,7 +1240,8 @@ Automatic Minimum Size of Grid Items</h3>
1240
also applies an <a>automatic minimum size</a>
1241
in the specified axis
1242
to <a>grid items</a> whose 'overflow' is ''overflow/visible''
1243
- and which span at least one <a>track</a> whose <a>min track sizing function</a> is ''grid-template-rows/auto''.
+ and which span at least one <a>track</a> in that axis
1244
+ whose <a>min track sizing function</a> is ''grid-template-rows/auto''.
1245
1246
The <a>automatic minimum size</a> for a <a>grid item</a> in a given dimension is
1247
its <a spec="css-flexbox">specified size</a> if it exists,
0 commit comments