Enable page/column breaking using the browser's multi-column feature.
This function sets CSS properties on the column element to create a
single-column (column-count: 1) that splits into multiple columns
when content overflows the column's size. The large column gap
(column-gap) ensures that the browser creates new columns
apart from the original column position, and it helps determine
page/column breaking positions in our layout processing.
Enable page/column breaking using the browser's multi-column feature. This function sets CSS properties on the column element to create a single-column (column-count: 1) that splits into multiple columns when content overflows the column's size. The large column gap (column-gap) ensures that the browser creates new columns apart from the original column position, and it helps determine page/column breaking positions in our layout processing.