mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-08-11 11:02:27 +08:00
feat(print): fix widowed headings
This commit is contained in:
parent
2bb006d80e
commit
6ac868555f
@ -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;
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user