We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1992cf3 commit cc7e47eCopy full SHA for cc7e47e
1 file changed
css-align-3/Overview.bs
@@ -1865,9 +1865,10 @@ Row and Column Gutters: the 'row-gap' and 'column-gap' properties</h3>
1865
<dd>
1866
When applied to the <a>main axis</a>
1867
(e.g. 'column-gap' in a ''flex-flow/row'' <a>flex container</a>),
1868
- indicates minimum spacing between items,
1869
- as if a fixed-size margin were inserted between adjacent <a>flex items</a>
1870
- in a single line.
+ indicates minimum spacing between items
+ (as if an additional fixed-size margin were inserted
+ between adjacent <a>flex items</a>
1871
+ in a single line).
1872
1873
When applied to the <a>cross axis</a>
1874
(e.g. 'row-gap' in a ''flex-flow/row'' <a>flex container</a>),
0 commit comments