Skip to content

Commit

Permalink
Fix text truncate (go-gitea#26354)
Browse files Browse the repository at this point in the history
  • Loading branch information
Maks1mS and GiteaBot committed Aug 8, 2023
1 parent cb1a4da commit f872f96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web_src/css/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -1301,7 +1301,7 @@ img.ui.avatar,
}

.ui .text.truncate {
overflow: hidden;
overflow-x: clip;
text-overflow: ellipsis;
white-space: nowrap;
display: inline-block;
Expand Down

0 comments on commit f872f96

Please sign in to comment.