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>
(cherry picked from commit f329982b6e
)
This commit is contained in:
parent
46ba658cc2
commit
802701acad
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