Skip to content

Commit 7b78f0d

Browse files
committed
[css-grid-1] Overflowing margin-aligned items should safe-align, just like flexbox (and implementations). Caught during review in #5923
1 parent 8f9deeb commit 7b78f0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

css-grid-1/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3566,7 +3566,7 @@ Aligning with <a value for="margin">auto</a> margins</h3>
35663566

35673567
<li>
35683568
Overflowing [=grid items=] resolve their ''margin/auto'' margins to zero
3569-
and overflow as specified by their <a>box alignment properties</a>.
3569+
and ''justify-self/start''-align within their [=containing block=].
35703570
</ul>
35713571

35723572
<h3 id='row-align'>

0 commit comments

Comments
 (0)