I have a bunch of paragraphs on a page:
... ... ...
...
The CSS rule for those p
What worked for me (in both FFox & Chrome, that is)
.container { column-gap: .4em; columns: 3; padding: .4em; } .contained { page-break-before: avoid; page-break-inside: avoid; page-break-after: always; }
And that's it ; I didn't need position.
position