Set direction: ltr; on the canvases used during printing (bug 1335712)

This essentially mirrors the CSS rules used for the viewer itself, see `web/pdf_viewer.css`, and according to my very quick tests it seems to fix https://bugzilla.mozilla.org/show_bug.cgi?id=1335712
This commit is contained in:
Jonas Jenwald 2020-08-10 18:31:07 +02:00
parent 6620861c7d
commit 8e32c17e85

View File

@ -1800,6 +1800,7 @@ html[dir='rtl'] #documentPropertiesOverlay .row > * {
}
#printContainer canvas,
#printContainer img {
direction: ltr;
display: block;
}
}