columnGap

abstract var columnGap: ColumnGap?(source)

The column-gap CSS property sets the size of the gap (gutter) between an element's columns.

Syntax: normal | <length-percentage>

Initial value: normal

| Chrome | Firefox | Safari |  Edge  |   IE   |
| :----: | :-----: | :----: | :----: | :----: |
|   1    |   1.5   |   3    |   12   |   10   |

See also