mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-05 04:06:44 +02:00
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
@ -14,8 +14,11 @@
|
||||
}
|
||||
|
||||
a.mx_Pill {
|
||||
word-break: break-all;
|
||||
display: inline;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
vertical-align: text-bottom;
|
||||
max-width: calc(100% - 1ch);
|
||||
}
|
||||
|
||||
/* More specific to override `.markdown-body a` text-decoration */
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user