mirror of
https://github.com/go-gitea/gitea
synced 2025-07-15 23:17:19 +00:00
Add word-break to organization name and description (#26624)
Fix #24318 Before:    After:    
This commit is contained in:
@@ -102,6 +102,7 @@
|
||||
.organization.profile #org-info {
|
||||
overflow-wrap: anywhere;
|
||||
flex: 1;
|
||||
word-break: break-all;
|
||||
}
|
||||
|
||||
.organization.profile #org-info .ui.header {
|
||||
|
Reference in New Issue
Block a user