Flex Wrap

If flex items should wrap over multiple lines or not.

Value Description
nowrapDefault. Items will not wrap over multiple lines, even if their total lengths are larger than the container.
wrapItems will wrap over multiple lines, if their total lengths are larger than the container.
wrap-reverseItems will wrap over multiple lines as above, but in reverse order, and aligned from the end inwards.

Themeover CSS Reference

Close