mirror of
https://github.com/TriliumNext/Notes.git
synced 2026-01-06 12:59:55 -06:00
feat(print): respect page breaks
This commit is contained in:
@@ -1655,4 +1655,14 @@ body.electron.platform-darwin:not(.native-titlebar) .tab-row-container {
|
||||
contain: none !important;
|
||||
}
|
||||
|
||||
/* Respect page breaks */
|
||||
.page-break {
|
||||
page-break-after: always;
|
||||
break-after: always;
|
||||
}
|
||||
|
||||
.page-break > * {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user