From 981d7776821891f55484833549e19513b98b4bb0 Mon Sep 17 00:00:00 2001 From: Roni Laukkarinen Date: Sat, 25 Feb 2023 13:10:03 +0200 Subject: [PATCH] fix: Custom-emoji size on editor revisited (#1799) --- styles/global.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/styles/global.css b/styles/global.css index e8fea4c9..6338e54e 100644 --- a/styles/global.css +++ b/styles/global.css @@ -39,7 +39,7 @@ body { vertical-align: text-bottom; } -.content-editor .custom-emoji img, +.content-editor img.custom-emoji, .custom-emoji img { max-height: 1.3em; max-width: 1.3em;