Quote:
Originally Posted by JSWolf
Your code is incomplete. There is one line that may sometimes be needed and when it's not needed, it's not in the way.
[code]html {
margin-right: -25px;
margin-left: -25px;
break-inside: avoid !important;
}[/html]
I don't remember why the break is needed sometimes. I just know that it is.
|
I've never needed that "break-inside" line.