break-after

The break-after property sets how page, column, or region breaks should occur after the generated block. If there is no generated block, the property is ignored. Each possible break point (in other words, each border of an element) is affected by three properties: the break-after value of the previous element, the break-before value of the next element, and the break-inside value within the element.

Syntax



break-after: auto | always | avoid | left | right | page | column | avoid-page | avoid-column;