summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/framework/awards.scss
diff options
context:
space:
mode:
authorGeorge Tsiolis <tsiolis.g@gmail.com>2018-06-25 13:54:34 +0300
committerGeorge Tsiolis <tsiolis.g@gmail.com>2018-06-27 19:27:59 +0300
commit907d050d59f8c5b29f250295815e97e19767a77c (patch)
tree8b1e50f3fee01d7620436eaaa91f9263a3e2aa28 /app/assets/stylesheets/framework/awards.scss
parent07de43a7e07cefcbb60e7ed84c684f478eae8b93 (diff)
downloadgitlab-ce-907d050d59f8c5b29f250295815e97e19767a77c.tar.gz
Fix paragraph line height for emoji
Diffstat (limited to 'app/assets/stylesheets/framework/awards.scss')
-rw-r--r--app/assets/stylesheets/framework/awards.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/assets/stylesheets/framework/awards.scss b/app/assets/stylesheets/framework/awards.scss
index a538b5a2946..8d11b92cf88 100644
--- a/app/assets/stylesheets/framework/awards.scss
+++ b/app/assets/stylesheets/framework/awards.scss
@@ -104,6 +104,10 @@
position: relative;
top: 3px;
}
+
+ > gl-emoji {
+ line-height: 1.5;
+ }
}
.award-menu-holder {