gitlab-org--gitlab-foss/app/assets/stylesheets/framework/emojis.scss
Eric Eastwood e8b3ac433f Fix emoji cut-off line-height
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
2017-03-06 12:54:46 -06:00

6 lines
108 B
SCSS

gl-emoji {
display: inline-block;
display: inline-flex;
vertical-align: middle;
font-size: 1.5em;
}