mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-03-15 16:54:15 +03:00
Backport #26354 by @Maks1mS Fixes: https://github.com/go-gitea/gitea/issues/25597 Before:  After:  Co-authored-by: Maxim Slipenko <no-reply@maxim.slipenko.com>
This commit is contained in:
parent
cb1a4da5c2
commit
f329982b6e
1 changed files with 1 additions and 1 deletions
|
@ -1301,7 +1301,7 @@ img.ui.avatar,
|
|||
}
|
||||
|
||||
.ui .text.truncate {
|
||||
overflow: hidden;
|
||||
overflow-x: clip;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
display: inline-block;
|
||||
|
|
Loading…
Reference in a new issue