Merge pull request #5510 from dustyrockpyle/master
Added page break hints in viewer css.
This commit is contained in:
commit
cff91843d5
@ -1720,6 +1720,10 @@ html[dir='rtl'] #documentPropertiesOverlay .row > * {
|
|||||||
left: 0;
|
left: 0;
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
|
#printContainer div {
|
||||||
|
page-break-after: always;
|
||||||
|
page-break-inside: avoid;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.visibleLargeView,
|
.visibleLargeView,
|
||||||
|
Loading…
Reference in New Issue
Block a user