Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
Merge pull request #6865 from robintown/cut-off-pills
Browse files Browse the repository at this point in the history
  • Loading branch information
germain-gg authored Sep 27, 2021
2 parents b635d01 + b08e05e commit 8c9cd0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion res/css/views/elements/_RichText.scss
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ a.mx_Pill {
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
max-width: calc(100% - 1ch);
max-width: 100%;
}

.mx_Pill {
Expand Down

0 comments on commit 8c9cd0d

Please sign in to comment.