Merge pull request #6865 from robintown/cut-off-pills

pull/21833/head
Germain 2021-09-27 16:39:04 +01:00 committed by GitHub
commit 8c9cd0d2f4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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 {