CSS UtilitiesFlex Wrap

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 Nameflex-wrap ValuePreview
cs-flex-wrapwrap
cs-flex-nowrapnowrap
cs-flex-wrap-reversewrap-reverse