mirror of
https://github.com/tulir/gomuks.git
synced 2025-04-20 10:33:41 -05:00
web/emojipicker: cut off long shortcodes
This commit is contained in:
parent
ace847891b
commit
e76d508dc2
1 changed files with 3 additions and 0 deletions
|
@ -99,6 +99,9 @@ div.emoji-picker {
|
|||
> div.emoji-shortcode {
|
||||
grid-area: shortcode;
|
||||
color: var(--semisecondary-text-color);
|
||||
text-wrap: nowrap;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue