BattleScribe / Release

Bug tracking for the release (live) version of BattleScribe
13 stars 2 forks source link

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

Open ardelio opened 10 months ago

ardelio commented 10 months ago

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