Flex wrap
The flex-wrap CSS property sets whether flex items are forced onto one line or can wrap onto multiple lines. If wrapping is allowed, it sets the direction that lines are stacked.
Class name | Properties |
---|---|
_fw-nw |
flex-wrap: nowrap |
_fw-w |
flex-wrap: wrap |
_fw-wrv |
flex-wrap: wrap-reverse |