summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Zallmann <tzallmann@gitlab.com>2017-08-17 21:03:35 +0000
committerClement Ho <clemmakesapps@gmail.com>2017-08-17 21:03:35 +0000
commitd844d976663ca579661e62f2aead44e8cbecbf7d (patch)
tree6f2c16b347b62b9ef176c059577dc08d3644fe4e
parent5a332c5974dcea7177cd3ad89c494fa9ba62880f (diff)
downloadgitlab-ce-d844d976663ca579661e62f2aead44e8cbecbf7d.tar.gz
Fixes the blown up emoji problem in notes
-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;