Skip to content

Commit f329982

Browse files
GiteaBotMaks1mS
andauthored
Fix text truncate (#26354) (#26384)
Backport #26354 by @Maks1mS Fixes: #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>
1 parent cb1a4da commit f329982

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web_src/css/base.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1301,7 +1301,7 @@ img.ui.avatar,
13011301
}
13021302

13031303
.ui .text.truncate {
1304-
overflow: hidden;
1304+
overflow-x: clip;
13051305
text-overflow: ellipsis;
13061306
white-space: nowrap;
13071307
display: inline-block;

0 commit comments

Comments
 (0)