typeahead: Fix the vertical positioning of emojis.

This commit is contained in:
Harshit Bansal 2017-09-29 18:35:27 +05:30 committed by Tim Abbott
parent 9c4ed1647d
commit 5620d88b7d
1 changed files with 4 additions and 0 deletions

View File

@ -261,3 +261,7 @@
.emoji-popover-category-tabs .emoji-popover-tab-item.active {
background: #cecece;
}
.typeahead .emoji {
top: 2px;
}