e8b3ac433f
Maintain emoji line-height in it's context to avoid cut-off, (Windows 10) http://i.imgur.com/xmdOLgv.png This also allows us to get rid of the small bodge for the cut-off in Safari
6 lines
108 B
SCSS
6 lines
108 B
SCSS
gl-emoji {
|
|
display: inline-block;
|
|
display: inline-flex;
|
|
vertical-align: middle;
|
|
font-size: 1.5em;
|
|
}
|