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:
commit
a2898b5cd8
1 changed files with 5 additions and 2 deletions
|
@ -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 */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue