Flex Wrap
These utility classes control whether the items inside a flex container wrap onto a new line when they run out of horizontal space, and in which direction. Use them to force a cluster or split to stay on a single line regardless of width, or to flip the wrap direction so new rows appear above the previous one instead of below.
Flex Wrap Classes
Jump to heading
| Class Name | flex-wrap Value |
Preview |
|---|---|---|
wa-flex-wrap |
wrap |
|
wa-flex-nowrap |
nowrap |
|
wa-flex-wrap-reverse |
wrap-reverse |