From d844d976663ca579661e62f2aead44e8cbecbf7d Mon Sep 17 00:00:00 2001 From: Tim Zallmann Date: Thu, 17 Aug 2017 21:03:35 +0000 Subject: Fixes the blown up emoji problem in notes --- app/assets/stylesheets/framework/typography.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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; -- cgit v1.2.1