Skip to content

Commit

Permalink
Merge pull request #9623 from RocketChat/fix-emoji-big
Browse files Browse the repository at this point in the history
[FIX] Weird rendering of emojis at sidebar when `last message` is activated
  • Loading branch information
rodrigok committed Feb 14, 2018
1 parent 9401947 commit 4414600
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/rocketchat-emoji-emojione/client/sprites.css
Expand Up @@ -23,6 +23,8 @@
}

.emojione.big {
display: inline-block !important;

width: 44px;
height: 44px;
}
Expand Down
Expand Up @@ -262,6 +262,8 @@
}

.emoji.big {
display: inline-block !important;

width: 44px;
height: 44px;
}

0 comments on commit 4414600

Please sign in to comment.