flexShrink

abstract var flexShrink: FlexShrink?(source)

The flex-shrink CSS property sets the flex shrink factor of a flex item. If the size of all flex items is larger than the flex container, items shrink to fit according to flex-shrink.

Syntax: <number>

Initial value: 1

|  Chrome  | Firefox | Safari  |  Edge  |   IE   |
| :------: | :-----: | :-----: | :----: | :----: |
|    29    |   20    |    9    |   12   |   10   |
|    22′   |         |    8′   |        |        |

See also