Quote:
Originally Posted by RbnJrg
Code:
-webkit-column-break-inside: avoid !important;
break-inside: avoid !important;
page-break-inside: avoid !important;
|
Also, can you tell me, why you use
Code:
-webkit-column-break-inside
instead of
Code:
-webkit-page-break-inside
which would more likely match the intention of the other properties?