forked from forgejo/forgejo
Add word-break to organization name and description (#26624)
Fix #24318 Before:    After:    
This commit is contained in:
parent
3602a1987d
commit
f39256f035
6 changed files with 6 additions and 3 deletions
|
@ -1411,6 +1411,7 @@ img.ui.avatar,
|
|||
.ui.label {
|
||||
padding: 0.3em 0.5em;
|
||||
transition: none;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.ui.label,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue