I just came across this myself and think it might be because redactor adds the class 'img-responsive' to emoji.
There is a temp way to fix it by adding this to admin>appearance>custom HTML and CSS
/* Redactor emoji fix */
.img-responsive.emojione
{
height: 3.5ex;
}