iterate pills in rich text styling

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
pull/21833/head
Michael Telatynski 2020-04-17 12:30:09 +01:00
parent c3ff75d18f
commit 4d91dc5bba
1 changed files with 2 additions and 1 deletions

View File

@ -17,7 +17,8 @@ a.mx_Pill {
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
max-width: 100%;
vertical-align: text-bottom;
max-width: calc(100% - 1ch);
}
/* More specific to override `.markdown-body a` text-decoration */