mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-27 18:12:29 +08:00
fix(print): include note not always full-height
This commit is contained in:
parent
e20180014b
commit
ac5f911d4f
@ -127,4 +127,9 @@ span[style] {
|
|||||||
.ck-editor__editable.ck-content .todo-list .todo-list__label > span[contenteditable="false"] > input[checked]::after {
|
.ck-editor__editable.ck-content .todo-list .todo-list__label > span[contenteditable="false"] > input[checked]::after {
|
||||||
/* fallback to default ck-editor green */
|
/* fallback to default ck-editor green */
|
||||||
border-color: hsl(126, 64%, 41%);
|
border-color: hsl(126, 64%, 41%);
|
||||||
|
}
|
||||||
|
|
||||||
|
.include-note .include-note-content {
|
||||||
|
max-height: unset !important;
|
||||||
|
overflow: unset !important;
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user