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 authored Feb 14, 2018
2 parents 4c3d531 + c438e4c commit 8038eec
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
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@
}

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

width: 44px;
height: 44px;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -262,6 +262,8 @@
}

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

width: 44px;
height: 44px;
}

0 comments on commit 8038eec

Please sign in to comment.