Fix pills being cut off in message bubble layout

Signed-off-by: Robin Townsend <robin@robin.town>
This commit is contained in:
Robin Townsend 2021-09-26 10:24:46 -04:00
parent 0354a7025d
commit b08e05ebe7

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 {