mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-05 12:16:53 +02:00
iterate pills in rich text styling
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
parent
c3ff75d18f
commit
4d91dc5bba
@ -17,7 +17,8 @@ a.mx_Pill {
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
max-width: 100%;
|
||||
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