paddingInlineStart

The padding-inline-start CSS property defines the logical inline start padding of an element, which maps to a physical padding depending on the element's writing mode, directionality, and text orientation.

Syntax: <'padding-left'>

Initial value: 0

|           Chrome            |         Firefox          |           Safari            | Edge | IE  |
| :-------------------------: | :----------------------: | :-------------------------: | :--: | :-: |
|             69              |            41            |            12.1             | n/a  | No  |
| 2 _(-webkit-padding-start)_ | 3 _(-moz-padding-start)_ | 3 _(-webkit-padding-start)_ |      |     |

See also