Backport #26354 by @Maks1mS Fixes: https://github.com/go-gitea/gitea/issues/25597 Before: ![image](https://github.com/go-gitea/gitea/assets/36362599/c8c27bcb-469f-4def-8521-d9e054c16ecb) After: ![image](https://github.com/go-gitea/gitea/assets/36362599/2405b6e8-fc5c-4b13-b66b-007bc11edbc4) Co-authored-by: Maxim Slipenko <no-reply@maxim.slipenko.com> (cherry picked from commit f329982b6ea1d2f0256a58d77415852b9cfc631c)
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