mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-04 11:51:36 +02:00
Merge pull request #6865 from robintown/cut-off-pills
This commit is contained in:
commit
8c9cd0d2f4
@ -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 {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user