Skip to content

Commit b82a2d0

Browse files
aethanycfantasai
authored andcommitted
[css-flexbox-1] Fix fallback alignment for align-content:stretch
The commit b6c01a4 meant to edit only `space-*` values. Also, CSS Align spec has `align-content:stretch` fallback value as `flex-start` per https://drafts.csswg.org/css-align-3/#valdef-align-content-stretch
1 parent 2f0f962 commit b82a2d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

css-flexbox-1/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2249,7 +2249,7 @@ Packing Flex Lines: the 'align-content' property</h3>
22492249
<dd>
22502250
Lines stretch to take up the remaining space.
22512251
If the leftover free-space is negative,
2252-
this value falls back to ''safe flex-start''.
2252+
this value falls back to ''flex-start''.
22532253
Otherwise,
22542254
the free-space is split equally between all of the lines,
22552255
increasing their cross size.

0 commit comments

Comments
 (0)