mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-10-26 12:27:06 +00:00 
			
		
		
		
	Fix markup content overflow (#34072)
Fix #34069: use `overflow-wrap: anywhere` to correctly wrap overflowed content.
This commit is contained in:
		| @@ -2,11 +2,7 @@ | |||||||
|   overflow: hidden; |   overflow: hidden; | ||||||
|   font-size: 16px; |   font-size: 16px; | ||||||
|   line-height: 1.5 !important; |   line-height: 1.5 !important; | ||||||
|   overflow-wrap: break-word; |   overflow-wrap: anywhere; | ||||||
| } |  | ||||||
|  |  | ||||||
| .conversation-holder .markup { |  | ||||||
|   overflow-wrap: anywhere; /* prevent overflow in code comments. TODO: properly restrict .conversation-holder width and remove this */ |  | ||||||
| } | } | ||||||
|  |  | ||||||
| .markup > *:first-child { | .markup > *:first-child { | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Kerwin Bryant
					Kerwin Bryant