mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-31 02:16:05 +01:00 
			
		
		
		
	feat(print): better widows & orphans support
This commit is contained in:
		| @@ -214,3 +214,17 @@ span[style] { | ||||
| .footnote-back-link a { | ||||
|     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