mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-10-31 21:28:11 +09:00 
			
		
		
		
	Fix poor table column width due to breaking words (#31473)
Caused by #31091 --------- Co-authored-by: silverwind <me@silverwind.io>
This commit is contained in:
		
				
					committed by
					
						 GitHub
						GitHub
					
				
			
			
				
	
			
			
			
						parent
						
							a4899ffa24
						
					
				
				
					commit
					053e5829a3
				
			| @@ -2,7 +2,11 @@ | |||||||
|   overflow: hidden; |   overflow: hidden; | ||||||
|   font-size: 16px; |   font-size: 16px; | ||||||
|   line-height: 1.5 !important; |   line-height: 1.5 !important; | ||||||
|   overflow-wrap: anywhere; |   overflow-wrap: break-word; | ||||||
|  | } | ||||||
|  |  | ||||||
|  | .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