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;
|
||||
display: block;
|
||||
}
|
||||
#printContainer div {
|
||||
page-break-after: always;
|
||||
page-break-inside: avoid;
|
||||
}
|
||||
}
|
||||
|
||||
.visibleLargeView,
|
||||
|
Loading…
Reference in New Issue
Block a user