Commit e8b3ac43 authored by Eric Eastwood's avatar Eric Eastwood

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
parent a8140d5c
......@@ -99,6 +99,8 @@
padding: 5px 6px;
outline: 0;
line-height: 1;
&.disabled {
cursor: default;
......
gl-emoji {
display: inline-block;
display: inline-flex;
vertical-align: middle;
font-size: 1.5em;
line-height: 1;
}
......@@ -188,9 +188,6 @@ ul.notes {
.note-body {
overflow-x: auto;
overflow-y: hidden;
// Help with emoji cut-off (most noticable in Safari)
// See https://i.imgur.com/0dg87Y9.png
padding-top: 1px;
.note-text {
word-wrap: break-word;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment