Skip to content

Commit

Permalink
fix big emojione on sidenav
Browse files Browse the repository at this point in the history
  • Loading branch information
ggazzo committed Feb 9, 2018
1 parent 8594050 commit c438e4c
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 c438e4c

Please sign in to comment.