mirror of https://github.com/vector-im/riot-web
iterate pills in rich text styling
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>pull/21833/head
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…
Reference in New Issue