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
| Class Name | flex-wrap Value | Preview |
|---|---|---|
cs-flex-wrap | wrap | |
cs-flex-nowrap | nowrap | |
cs-flex-wrap-reverse | wrap-reverse |

