From 60426ea487a4bedc1eec4ce6df07059aa73370cf Mon Sep 17 00:00:00 2001 From: Adorian Doran Date: Tue, 29 Oct 2024 12:57:15 +0200 Subject: [PATCH] Fix word-wrapping --- src/public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/public/stylesheets/style.css b/src/public/stylesheets/style.css index d9cdd270d..26ed4c7f6 100644 --- a/src/public/stylesheets/style.css +++ b/src/public/stylesheets/style.css @@ -849,7 +849,7 @@ html .note-detail-editable-text :not(figure, .include-note):first-child { cursor: default; } -.note-detail-printable:not(.word-wrap) pre { +.note-detail-printable:not(.word-wrap) pre code { white-space: pre; margin-right: 1em; }