We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a82852 commit 50926a7Copy full SHA for 50926a7
css-align-3/Overview.bs
@@ -2081,9 +2081,10 @@ Row and Column Gutters: the 'row-gap' and 'column-gap' properties</h3>
2081
<dl>
2082
<dt id="gap-multicol"><a>multi-column containers</a>
2083
<dd>
2084
- 'column-gap' specifies the [=gutter=] between adjacent <a>column boxes</a>.
2085
- See [[CSS-MULTICOL-1]] for details on how this affects the layout of multicol elements.
2086
- 'row-gap' is introduced in [[CSS-MULTICOL-2]].
+ 'column-gap' specifies the [=gutter=] between adjacent <a>column boxes</a>,
+ see [[CSS-MULTICOL-1]].
+ 'row-gap' specifies the [=gutter=] between the rows of [=column boxes=] established by 'column-height',
2087
+ see [[CSS-MULTICOL-2]].
2088
2089
<dt id="gap-flex"><a>flex containers</a>
2090
0 commit comments