mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-31 02:16:05 +01:00 
			
		
		
		
	feat(print): improve code notes
This commit is contained in:
		| @@ -152,3 +152,11 @@ span[style] { | |||||||
|     max-height: unset !important; |     max-height: unset !important; | ||||||
|     overflow: unset !important; |     overflow: unset !important; | ||||||
| } | } | ||||||
|  |  | ||||||
|  | /* | ||||||
|  |  * Code note specific fixes. | ||||||
|  |  */ | ||||||
|  | .note-detail-code pre { | ||||||
|  |     border: unset !important; | ||||||
|  |     border-radius: unset !important; | ||||||
|  | } | ||||||
		Reference in New Issue
	
	Block a user