Fix pills being cut off in message bubble layout

Signed-off-by: Robin Townsend <robin@robin.town>
pull/21833/head
Robin Townsend 2021-09-26 10:24:46 -04:00
parent 0354a7025d
commit b08e05ebe7
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 {