Skip to content

Commit 3ceb196

Browse files
areliajonrohan
andauthored
update default for flex wrap styles (#2388)
* update default for flex wrap styles * Create .changeset/perfect-foxes-compete.md --------- Co-authored-by: Jon Rohan <[email protected]>
1 parent 55f35e1 commit 3ceb196

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

.changeset/perfect-foxes-compete.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@primer/css": patch
3+
---
4+
5+
update default for flex wrap styles

docs/content/utilities/flexbox.md

+2-2
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)