summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClement Ho <clemmakesapps@gmail.com>2017-08-17 21:03:36 +0000
committerClement Ho <clemmakesapps@gmail.com>2017-08-17 21:03:36 +0000
commit105759982e6226d244a08b77703354251480ea9b (patch)
tree6f2c16b347b62b9ef176c059577dc08d3644fe4e
parent5a332c5974dcea7177cd3ad89c494fa9ba62880f (diff)
parentd844d976663ca579661e62f2aead44e8cbecbf7d (diff)
downloadgitlab-ce-105759982e6226d244a08b77703354251480ea9b.tar.gz
Merge branch '36448-smiles-are-broken-in-9-5-0-rc2' into 'master'
Fixes the blown up emoji problem in notes Closes #36448 and #36282 See merge request !13632
-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 96409b10b99..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.js-lazy-loaded,
+ img.emoji {
min-width: inherit;
min-height: inherit;
background-color: inherit;