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

This commit is contained in:
Germain
2021-09-27 16:39:04 +01:00
committed by GitHub

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 {