Skip to content

Commit

Permalink
Merge pull request #12193 from Snuffleupagus/printContainer-canvas-di…
Browse files Browse the repository at this point in the history
…rection

Set `direction: ltr;` on the canvases used during printing (bug 1335712)
  • Loading branch information
timvandermeij authored Aug 11, 2020
2 parents 57c9888 + 8e32c17 commit ac654db
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions web/viewer.css
Original file line number Diff line number Diff line change
Expand Up @@ -1800,6 +1800,7 @@ html[dir='rtl'] #documentPropertiesOverlay .row > * {
}
#printContainer canvas,
#printContainer img {
direction: ltr;
display: block;
}
}
Expand Down

0 comments on commit ac654db

Please sign in to comment.