mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-14 08:34:07 -08:00
💄 Setting emoji font
This commit is contained in:
parent
a8b9f564d5
commit
152e6658b8
|
@ -174,6 +174,7 @@ onMounted(() => {
|
|||
gap: var(--spacing-xs);
|
||||
padding: var(--spacing-2xs);
|
||||
overflow-y: auto;
|
||||
font-family: 'Apple Color Emoji', 'Segoe UI Emoji', 'Noto Color Emoji', sans-serif;
|
||||
}
|
||||
|
||||
.icon,
|
||||
|
|
Loading…
Reference in a new issue