Dealing with page breaks
Forcing a page break
.page-break {
page-break-before: always;
}Preventing a page break
.avoid-page-break {
page-break-inside: avoid;
}Last updated
Was this helpful?
.page-break {
page-break-before: always;
}.avoid-page-break {
page-break-inside: avoid;
}Last updated
Was this helpful?
Was this helpful?