diff --git a/client/scss/app.scss b/client/scss/app.scss index 566934ec..59ca1268 100644 --- a/client/scss/app.scss +++ b/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; + } + } + \ No newline at end of file