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