mirror of
https://github.com/zadam/trilium.git
synced 2025-11-01 10:55:55 +01:00
feat(print): better widows & orphans support
This commit is contained in:
@@ -214,3 +214,17 @@ span[style] {
|
|||||||
.footnote-back-link a {
|
.footnote-back-link a {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
|
* Widows and orphans
|
||||||
|
*/
|
||||||
|
p,
|
||||||
|
blockquote {
|
||||||
|
widows: 4;
|
||||||
|
orphans: 4;
|
||||||
|
}
|
||||||
|
|
||||||
|
pre > code {
|
||||||
|
widows: 6;
|
||||||
|
orphans: 6;
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user