word-break in pills and wrap the background correctly

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
pull/21833/head
Michael Telatynski 2020-02-29 01:56:02 +00:00
parent dc3afb3e57
commit 4996139b1a
1 changed files with 5 additions and 0 deletions

View File

@ -13,6 +13,11 @@
padding-left: 5px; padding-left: 5px;
} }
a.mx_Pill {
word-break: break-all;
display: inline;
}
/* More specific to override `.markdown-body a` text-decoration */ /* More specific to override `.markdown-body a` text-decoration */
.mx_EventTile_content .markdown-body a.mx_Pill { .mx_EventTile_content .markdown-body a.mx_Pill {
text-decoration: none; text-decoration: none;