Skip to content

[Request] Prevent category headers from being left on a previous page #247

@ardelio

Description

@ardelio

By adding page-break-inside: avoid, you can prevent the category header from being left behind on a previous page.

div.battlescribe li.category {
    margin: 16px 0px 0px 0px;
    padding: 0px;
    border-width: 0px;
    page-break-inside: avoid;
}

Example of the issue.

image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions