diff options
author | Tim Zallmann <tzallmann@gitlab.com> | 2017-08-17 21:03:35 +0000 |
---|---|---|
committer | Clement Ho <clemmakesapps@gmail.com> | 2017-08-17 21:03:35 +0000 |
commit | d844d976663ca579661e62f2aead44e8cbecbf7d (patch) | |
tree | 6f2c16b347b62b9ef176c059577dc08d3644fe4e /app | |
parent | 5a332c5974dcea7177cd3ad89c494fa9ba62880f (diff) | |
download | gitlab-ce-d844d976663ca579661e62f2aead44e8cbecbf7d.tar.gz |
Fixes the blown up emoji problem in notes
Diffstat (limited to 'app')
-rw-r--r-- | app/assets/stylesheets/framework/typography.scss | 3 |
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; |