Skip to content

Enable columns to fill all of page height and then wrap #31

Description

@chbonser

Sometimes it is desirable to have a column fill the remain space on the page and then wrap to the next column using column-fill:auto. This allows a page to have a fully filled column before wrapping to the next.

Developer Note

The current implementation has the section height set to auto which means the section grows as content as added. This gives the feel of column-fill:balanced even when set to auto.

A min height will need to be explicitly set on the section. Be sure not to set height as we need the section to be able to overflow the page, triggering the "I'm full move stuff to the next page" mechanic.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions