mirror of
https://gitcode.com/gitea/gitea.git
synced 2025-05-30 23:01:16 +08: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