CSS Property: page-break-inside
Used with paged media. How a page break should be applied inside a block box, forcing a new page box.
Possible Values
Value | Description |
---|---|
avoid | Forbids a page break. |
auto | Does not force or forbid a page break. Default. |
inherit | |
initial | |
unset |
Example
#africa { page-break-inside: avoid; }