Merge pull request #4155 from matrix-org/t3chguy/fix_pills

word-break in pills and wrap the background correctly
This commit is contained in:
Michael Telatynski 2020-03-02 11:04:45 +00:00 committed by GitHub
commit 5f1d8588e0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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