Skip to content

Commit 14a3813

Browse files
committed
[css-grid] Fix accidental regression where min-size is not considered for stretching auto tracks. Fixes #1866.
1 parent 9e20823 commit 14a3813

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

css-grid-1/Overview.bs

+3
Original file line numberDiff line numberDiff line change
@@ -4059,6 +4059,9 @@ Stretch <css>auto</css> Tracks</h3>
40594059
an ''grid-template-columns/auto'' <a>max track sizing function</a>
40604060
by dividing any remaining positive, <a>definite</a> <a>free space</a>
40614061
equally amongst them.
4062+
If the <a>free space</a> is <a>indefinite</a>,
4063+
but the <a>grid container</a> has a <a>definite</a> <a property lt=min-width>min-width/height</a>,
4064+
use that size to calculate the <a>free space</a> for this step instead.
40624065

40634066
<!--
40644067
████████ ████████ ███ ██████ ██ ██ ████████ ██ ██ ████████ ████ ██ ██ ██████

0 commit comments

Comments
 (0)