flexWrap

abstract var flexWrap: FlexWrap?(source)

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.

Syntax: nowrap | wrap | wrap-reverse

Initial value: nowrap

|  Chrome  | Firefox | Safari  |  Edge  |   IE   |
| :------: | :-----: | :-----: | :----: | :----: |
|    29    |   28    |    9    |   12   |   11   |
|    21′   |         |    7′   |        |        |

See also