Merge pull request #4434 from matrix-org/t3chguy/pill-breaking

Don't break spills over multiple lines, ellipsis them at max-1-line
This commit is contained in:
Michael Telatynski
2020-04-17 12:43:14 +01:00
committed by GitHub
+5 -2
View File
@@ -14,8 +14,11 @@
} }
a.mx_Pill { a.mx_Pill {
word-break: break-all; text-overflow: ellipsis;
display: inline; white-space: nowrap;
overflow: hidden;
vertical-align: text-bottom;
max-width: calc(100% - 1ch);
} }
/* More specific to override `.markdown-body a` text-decoration */ /* More specific to override `.markdown-body a` text-decoration */