Merge pull request #5785 from Snuffleupagus/bug-1138993
Revert PR 5510, except in WebKit browsers, for breaking print preview in Firefox
This commit is contained in:
commit
ac5d1fbb2d
@ -1,4 +1,12 @@
|
|||||||
<div id="mozPrintCallback-shim" hidden>
|
<div id="mozPrintCallback-shim" hidden>
|
||||||
|
<style>
|
||||||
|
@media print {
|
||||||
|
#printContainer div {
|
||||||
|
page-break-after: always;
|
||||||
|
page-break-inside: avoid;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
</style>
|
||||||
<style scoped>
|
<style scoped>
|
||||||
#mozPrintCallback-shim {
|
#mozPrintCallback-shim {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
|
@ -1717,10 +1717,6 @@ 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…
x
Reference in New Issue
Block a user