diff --git a/.changeset/perfect-foxes-compete.md b/.changeset/perfect-foxes-compete.md new file mode 100644 index 0000000000..199977a2a5 --- /dev/null +++ b/.changeset/perfect-foxes-compete.md @@ -0,0 +1,5 @@ +--- +"@primer/css": patch +--- + +update default for flex wrap styles diff --git a/docs/content/utilities/flexbox.md b/docs/content/utilities/flexbox.md index cb10788271..dc331eaf3a 100644 --- a/docs/content/utilities/flexbox.md +++ b/docs/content/utilities/flexbox.md @@ -141,8 +141,8 @@ You can choose whether flex items are forced into a single line or wrapped onto | Class | Description | | --- | --- | -| `.flex-wrap` | Flex items will break onto multiple lines (default) | -| `.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) | | `.flex-wrap-reverse` | Behaves the same as wrap but cross-start and cross-end are permuted. | ### `flex-wrap` example