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