From d39e23ebff9620ff1ec226dead8d51f3639b33e0 Mon Sep 17 00:00:00 2001 From: Roni Laukkarinen Date: Tue, 31 Jan 2023 05:46:21 +0200 Subject: [PATCH] fix: Custom-emoji size on editor (#1503) --- styles/global.css | 1 + 1 file changed, 1 insertion(+) diff --git a/styles/global.css b/styles/global.css index a319d90361..593f4fdb26 100644 --- a/styles/global.css +++ b/styles/global.css @@ -39,6 +39,7 @@ body { vertical-align: text-bottom; } +.content-editor .custom-emoji img, .custom-emoji img { max-height: 1.3em; max-width: 1.3em;