mirror of
https://github.com/zadam/trilium.git
synced 2025-11-12 16:25:51 +01:00
fix(print): include note not always full-height
This commit is contained in:
@@ -128,3 +128,8 @@ span[style] {
|
|||||||
/* 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;
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user