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