Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion css-flexbox-1/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -2249,7 +2249,7 @@ Packing Flex Lines: the 'align-content' property</h3>
<dd>
Lines stretch to take up the remaining space.
If the leftover free-space is negative,
this value falls back to ''safe flex-start''.
this value falls back to ''flex-start''.
Otherwise,
the free-space is split equally between all of the lines,
increasing their cross size.
Expand Down