I have a bunch of paragraphs on a page:
... ... ...
...
The CSS rule for those p
This worked best for me:
.no-page-break { display: inline-block; width: 100%; page-break-inside: avoid; }
You can also specify the height if needed.
height