Flex Wrap
The flex-wrap property specifies if the element's flex items are forced in a single line or can be flowed into multiple lines
Class | Properties |
---|---|
wpex-flex-no-wrap | flex-wrap: nowrap; |
wpex-flex-wrap | flex-wrap: wrap; |
wpex-flex-wrap-reverse | flex-wrap: wrap-reverse; |