summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Zallmann <tzallmann@gitlab.com>2017-08-17 15:12:09 +0200
committerTim Zallmann <tzallmann@gitlab.com>2017-08-17 15:12:09 +0200
commit7fb5896fdaf2c8a284e6c686b6c7ab32133968dd (patch)
tree9007f6a0bd9740c7d3c3ee558baecf178e538657
parent98508a9355024348d5bf20f2089b7e7d0986d9b4 (diff)
downloadgitlab-ce-36448-smiles-are-broken-in-9-5-0-rc2.tar.gz
-rw-r--r--app/assets/stylesheets/framework/typography.scss3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/assets/stylesheets/framework/typography.scss b/app/assets/stylesheets/framework/typography.scss
index d335d773608..0bd84c9e08c 100644
--- a/app/assets/stylesheets/framework/typography.scss
+++ b/app/assets/stylesheets/framework/typography.scss
@@ -18,7 +18,8 @@
background-color: $gray-lightest;
}
- img.js-lazy-loaded, img.emoji {
+ img.js-lazy-loaded,
+ img.emoji {
min-width: inherit;
min-height: inherit;
background-color: inherit;