mirror of
https://github.com/element-hq/element-web
synced 2024-11-23 17:56:01 +03:00
Fix pills being cut off in message bubble layout
Signed-off-by: Robin Townsend <robin@robin.town>
This commit is contained in:
parent
0354a7025d
commit
b08e05ebe7
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ a.mx_Pill {
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
max-width: calc(100% - 1ch);
|
max-width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_Pill {
|
.mx_Pill {
|
||||||
|
|
Loading…
Reference in a new issue