We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55f35e1 commit 3ceb196Copy full SHA for 3ceb196
.changeset/perfect-foxes-compete.md
@@ -0,0 +1,5 @@
1
+---
2
+"@primer/css": patch
3
4
+
5
+update default for flex wrap styles
docs/content/utilities/flexbox.md
@@ -141,8 +141,8 @@ You can choose whether flex items are forced into a single line or wrapped onto
141
142
| Class | Description |
143
| --- | --- |
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 |
+| `.flex-wrap` | Flex items will break onto multiple lines |
+| `.flex-nowrap` | Flex items are laid out in a single line, even if they overflow (default) |
146
| `.flex-wrap-reverse` | Behaves the same as wrap but cross-start and cross-end are permuted. |
147
148
### `flex-wrap` example
0 commit comments