From e73da7de823fd4ef61004cbfaddae01dd48cba14 Mon Sep 17 00:00:00 2001 From: Douglas Oliveira Date: Tue, 18 Jun 2024 13:32:21 -0300 Subject: [PATCH] fix: Issue #1496 Code block does not wrap text when printing --- client/themes/default/scss/app.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/client/themes/default/scss/app.scss b/client/themes/default/scss/app.scss index c01faf12..5332a1f7 100644 --- a/client/themes/default/scss/app.scss +++ b/client/themes/default/scss/app.scss @@ -1266,6 +1266,7 @@ .prismjs{ box-shadow: none; background-color: #FFF; + white-space: pre-wrap; @at-root .theme--dark & { background-color: #FFF;