From ac5f911d4fe304201d18f6e645e6bbbaa2f51f61 Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Sat, 1 Feb 2025 00:43:51 +0200 Subject: [PATCH] fix(print): include note not always full-height --- src/public/stylesheets/print.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/public/stylesheets/print.css b/src/public/stylesheets/print.css index 0c4856c51..9dafa0980 100644 --- a/src/public/stylesheets/print.css +++ b/src/public/stylesheets/print.css @@ -127,4 +127,9 @@ span[style] { .ck-editor__editable.ck-content .todo-list .todo-list__label > span[contenteditable="false"] > input[checked]::after { /* fallback to default ck-editor green */ border-color: hsl(126, 64%, 41%); +} + +.include-note .include-note-content { + max-height: unset !important; + overflow: unset !important; } \ No newline at end of file