From 907d050d59f8c5b29f250295815e97e19767a77c Mon Sep 17 00:00:00 2001 From: George Tsiolis Date: Mon, 25 Jun 2018 13:54:34 +0300 Subject: Fix paragraph line height for emoji --- app/assets/stylesheets/framework/awards.scss | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'app/assets/stylesheets/framework/awards.scss') 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 { -- cgit v1.2.1