Skip to content

Commit

Permalink
Fix text truncate (#26354) (#26384)
Browse files Browse the repository at this point in the history
  • Loading branch information
GiteaBot and Maks1mS committed Aug 8, 2023
1 parent cb1a4da commit f329982
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 f329982

Please sign in to comment.