mirror of
				https://github.com/go-gitea/gitea
				synced 2025-10-31 19:38:23 +00:00 
			
		
		
		
	Add word-break to organization name and description (#26624)
Fix #24318 Before:    After:    
This commit is contained in:
		| @@ -1411,6 +1411,7 @@ img.ui.avatar, | ||||
| .ui.label { | ||||
|   padding: 0.3em 0.5em; | ||||
|   transition: none; | ||||
|   white-space: nowrap; | ||||
| } | ||||
|  | ||||
| .ui.label, | ||||
|   | ||||
| @@ -102,6 +102,7 @@ | ||||
| .organization.profile #org-info { | ||||
|   overflow-wrap: anywhere; | ||||
|   flex: 1; | ||||
|   word-break: break-all; | ||||
| } | ||||
|  | ||||
| .organization.profile #org-info .ui.header { | ||||
|   | ||||
| @@ -2606,6 +2606,7 @@ tbody.commit-list { | ||||
|   justify-content: space-between; | ||||
|   flex-wrap: wrap; | ||||
|   word-break: break-word; | ||||
|   gap: 0.5rem; | ||||
| } | ||||
|  | ||||
| @media (max-width: 767.98px) { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user