From 5620d88b7d2d881ae11e9d1afc373492cc6c1371 Mon Sep 17 00:00:00 2001 From: Harshit Bansal Date: Fri, 29 Sep 2017 18:35:27 +0530 Subject: [PATCH] typeahead: Fix the vertical positioning of emojis. --- static/styles/reactions.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/static/styles/reactions.css b/static/styles/reactions.css index d8e6f99c7f..c308071853 100644 --- a/static/styles/reactions.css +++ b/static/styles/reactions.css @@ -261,3 +261,7 @@ .emoji-popover-category-tabs .emoji-popover-tab-item.active { background: #cecece; } + +.typeahead .emoji { + top: 2px; +}