Fix text truncate (#26354)

Fixes: https://github.com/go-gitea/gitea/issues/25597

Before:

![image](c8c27bcb-469f-4def-8521-d9e054c16ecb)


After:


![image](2405b6e8-fc5c-4b13-b66b-007bc11edbc4)

Co-authored-by: Giteabot <teabot@gitea.io>
This commit is contained in:
Maxim Slipenko 2023-08-07 23:44:04 +03:00 committed by GitHub
parent 3a42743b3a
commit c2b6897e35
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1218,7 +1218,7 @@ img.ui.avatar,
}
.ui .text.truncate {
overflow: hidden;
overflow-x: clip;
text-overflow: ellipsis;
white-space: nowrap;
display: inline-block;