From 81755d804bc6dc0b7d744f9e220204e9b076e33a Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Sat, 1 Feb 2025 01:16:35 +0200 Subject: [PATCH] feat(print): improve code notes --- src/public/stylesheets/print.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/public/stylesheets/print.css b/src/public/stylesheets/print.css index e6a5de316..34521d733 100644 --- a/src/public/stylesheets/print.css +++ b/src/public/stylesheets/print.css @@ -151,4 +151,12 @@ span[style] { .include-note .include-note-content { max-height: unset !important; overflow: unset !important; +} + +/* + * Code note specific fixes. + */ +.note-detail-code pre { + border: unset !important; + border-radius: unset !important; } \ No newline at end of file