Skip to content

Commit

Permalink
Merge pull request #9776 from RocketChat/fix-emoji-big
Browse files Browse the repository at this point in the history
[FIX] Emoji rendering on last message
  • Loading branch information
sampaiodiego committed Feb 20, 2018
1 parent 6f8d3fc commit 5fcbc41
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions packages/rocketchat-emoji-emojione/client/sprites.css
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@
}

.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,8 +262,6 @@
}

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

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

& .emojione,
& .emoji {
display: inline-block !important;

width: 13px !important;
min-width: 13px;
height: 13px !important;
Expand Down

0 comments on commit 5fcbc41

Please sign in to comment.