Fix alignment of emojis in picker

This commit is contained in:
Alex Gleason 2022-11-20 18:37:31 -06:00
parent 001c041f51
commit 1514fafa98
No known key found for this signature in database
GPG key ID: 7211D1F99744FBB7

View file

@ -9,7 +9,7 @@
} }
.emoji-mart .emoji-mart-emoji { .emoji-mart .emoji-mart-emoji {
@apply p-1.5; @apply p-1.5 align-middle;
} }
.emoji-mart-bar { .emoji-mart-bar {