mirror of
				https://github.com/Wonderfall/hugo-WonderMod.git
				synced 2025-10-30 19:35:26 +01:00 
			
		
		
		
	Fix code block wraps on Safari (#298)
This commit is contained in:
		| @@ -213,7 +213,8 @@ | ||||
|     color: rgba(255, 255, 255, .8); | ||||
|     background: 0 0; | ||||
|     border-radius: 0; | ||||
|     overflow-x: auto | ||||
|     overflow-x: auto; | ||||
|     word-break: break-all; | ||||
| } | ||||
|  | ||||
| .post-content blockquote { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 gsh3ll
					gsh3ll