File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed
Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ " @primer/css " : patch
3+ ---
4+
5+ update default for flex wrap styles
Original file line number Diff line number Diff line change @@ -141,8 +141,8 @@ You can choose whether flex items are forced into a single line or wrapped onto
141141
142142| Class | Description |
143143| --- | --- |
144- | ` .flex-wrap ` | Flex items will break onto multiple lines (default) |
145- | ` .flex-nowrap ` | Flex items are laid out in a single line, even if they overflow |
144+ | ` .flex-wrap ` | Flex items will break onto multiple lines |
145+ | ` .flex-nowrap ` | Flex items are laid out in a single line, even if they overflow (default) |
146146| ` .flex-wrap-reverse ` | Behaves the same as wrap but cross-start and cross-end are permuted. |
147147
148148### ` flex-wrap ` example
You can’t perform that action at this time.
0 commit comments