Browse Source

fix Code block does not wrap text when printing

pull/7663/head
Taryn Eng 3 weeks ago
parent
commit
5bb0e3690c
1 changed files with 8 additions and 0 deletions
  1. 8
      client/scss/app.scss

8
client/scss/app.scss

@ -29,3 +29,11 @@
@import 'pages/error';
@import 'layout/_rtl';
@media print {
pre, code {
white-space: pre-wrap !important;
word-wrap: break-word !important;
}
}
Loading…
Cancel
Save