mirror of
				https://github.com/ZetaKebab/kesper.git
				synced 2025-11-03 23:59:49 +00:00 
			
		
		
		
	[Fix] Inline <code> tag word-break inside a <p> tag (#483)
This commit is contained in:
		@@ -915,6 +915,10 @@ Usage (In Ghost editor):
 | 
			
		||||
    border-radius: 3px;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.post-full-content p code {
 | 
			
		||||
    word-break: break-all;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.post-full-content pre {
 | 
			
		||||
    overflow-x: auto;
 | 
			
		||||
    margin: 1.5em 0 3em;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user