mirror of
https://github.com/zadam/trilium.git
synced 2025-10-30 18:05:55 +01:00
feat(print): fix widowed headings
This commit is contained in:
@@ -228,3 +228,8 @@ pre > code {
|
||||
widows: 6;
|
||||
orphans: 6;
|
||||
}
|
||||
|
||||
h1, h2, h3, h4, h5, h6 {
|
||||
page-break-after: avoid;
|
||||
break-after: avoid;
|
||||
}
|
||||
Reference in New Issue
Block a user