View Single Post
Old 06-05-2025, 06:55 AM   #63
Slevin#7
Connoisseur
Slevin#7 began at the beginning.
 
Posts: 69
Karma: 10
Join Date: May 2025
Device: iPad
Quote:
Originally Posted by RbnJrg View Post
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?
Slevin#7 is offline   Reply With Quote