maxInlineSize

The max-inline-size CSS property defines the horizontal or vertical maximum size of an element's block, depending on its writing mode. It corresponds to either the max-width or the max-height property, depending on the value of writing-mode.

Syntax: <'max-width'>

Initial value: none

| Chrome | Firefox |   Safari   | Edge | IE  |
| :----: | :-----: | :--------: | :--: | :-: |
|   57   |   41    |    12.1    | n/a  | No  |
|        |         |    10.1′   |      |     |

See also