Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Eastwood <contact@ericeastwood.com>2017-03-03 01:33:29 +0300
committerEric Eastwood <contact@ericeastwood.com>2017-03-06 21:54:46 +0300
commite8b3ac433f8cc8ca171ef9d45b0f3fe72649a82e (patch)
tree4001d47b204008f723624c22051000b7f3bff9d1 /app/assets/stylesheets/framework/emojis.scss
parenta8140d5c01de1f0558a9fc53d90d38c5a1188f80 (diff)
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
Diffstat (limited to 'app/assets/stylesheets/framework/emojis.scss')
-rw-r--r--app/assets/stylesheets/framework/emojis.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/stylesheets/framework/emojis.scss b/app/assets/stylesheets/framework/emojis.scss
index 680703cb4b1..0a8bc95590e 100644
--- a/app/assets/stylesheets/framework/emojis.scss
+++ b/app/assets/stylesheets/framework/emojis.scss
@@ -1,6 +1,6 @@
gl-emoji {
display: inline-block;
+ display: inline-flex;
vertical-align: middle;
font-size: 1.5em;
- line-height: 1;
}