diff --git a/src/components/autosuggest-emoji.tsx b/src/components/autosuggest-emoji.tsx index 26f507b72..3c4cc3df2 100644 --- a/src/components/autosuggest-emoji.tsx +++ b/src/components/autosuggest-emoji.tsx @@ -28,7 +28,7 @@ const AutosuggestEmoji: React.FC = ({ emoji }) => { } return ( -
+
img{ + display: block; + margin-right: 8px; + width: 16px; + height: 16px; + } + .hide-scrollbar { scrollbar-width: none; /* Firefox */ }