CSS property: -webkit-column-break-inside

Description

Determines whether a column break should be avoided within the bounds of an element in a multicolumn flow layout.

Syntax

-webkit-column-break-inside: <policy>;

Values

<policy>

The column break policy.

auto (by default)A right column break is inserted within the element where appropriate.
avoidColumn breaks are avoided within the element.

Versions