this seems more reliable
This commit is contained in:
parent
294d24ad4b
commit
84fae296e5
1 changed files with 3 additions and 3 deletions
|
@ -208,9 +208,9 @@ UL {
|
|||
margin: auto;
|
||||
}
|
||||
.setupblocks .rr {
|
||||
column-break-inside: avoid;
|
||||
-moz-column-break-inside: avoid;
|
||||
-webkit-column-break-inside: avoid;
|
||||
break-inside: avoid;
|
||||
-moz-break-inside: avoid;
|
||||
-webkit-break-inside: avoid;
|
||||
}
|
||||
.setupblock {
|
||||
text-align: center;
|
||||
|
|
Reference in a new issue