Quote:
Originally Posted by Quoth
Try a percentage -1.5% or only in the body text, not the html property, though that might be more work.
Leave out the
Code:
break-inside: avoid !important;
|
Do not leave that out. I don't recall why it's there. But it is there to fix a bug in some version firmware at the time and for all we know, the bug could still be there.
I use this and it works. I've even used it on a PW5.
Code:
html {
margin-right: -45px;
margin-left: -45px;
break-inside: avoid !important;
}