mirror of
https://github.com/primer/css.git
synced 2024-12-25 07:03:35 +03:00
update default for flex wrap styles (#2388)
* update default for flex wrap styles * Create .changeset/perfect-foxes-compete.md --------- Co-authored-by: Jon Rohan <jonrohan@github.com>
This commit is contained in:
parent
55f35e1d0f
commit
3ceb19648b
5
.changeset/perfect-foxes-compete.md
Normal file
5
.changeset/perfect-foxes-compete.md
Normal file
@ -0,0 +1,5 @@
|
||||
---
|
||||
"@primer/css": patch
|
||||
---
|
||||
|
||||
update default for flex wrap styles
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user