mirror of
				https://github.com/zadam/trilium.git
				synced 2025-11-04 05:28:59 +01:00 
			
		
		
		
	fix(print): respect page breaks
This commit is contained in:
		
							parent
							
								
									6fde3305a1
								
							
						
					
					
						commit
						7a8b526795
					
				@ -4,6 +4,15 @@
 | 
				
			|||||||
    display: none;
 | 
					    display: none;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					.page-break {
 | 
				
			||||||
 | 
					    page-break-after: always;
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					.printed-content .page-break:after,
 | 
				
			||||||
 | 
					.printed-content .page-break > * {
 | 
				
			||||||
 | 
					    display: none !important;
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.ck-content li p {
 | 
					.ck-content li p {
 | 
				
			||||||
    margin: 0 !important;
 | 
					    margin: 0 !important;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user