From 5a7416d7500249cffba4fb9de7045a443c2577dc Mon Sep 17 00:00:00 2001 From: Alexander Zinchuk Date: Fri, 3 May 2024 14:37:58 +0200 Subject: [PATCH] =?UTF-8?q?=D0=A1ustom=20Emoji:=20Fix=20multiple=20emojis?= =?UTF-8?q?=20overlap=20(#4527)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/common/CustomEmoji.module.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/common/CustomEmoji.module.scss b/src/components/common/CustomEmoji.module.scss index 1f7f281ab..021a61790 100644 --- a/src/components/common/CustomEmoji.module.scss +++ b/src/components/common/CustomEmoji.module.scss @@ -7,7 +7,7 @@ flex: 0 0 var(--custom-emoji-size); &.with-grid-fix .media, &.with-grid-fix .thumb { - width: calc(100% + 1px) !important; + width: calc(100%) !important; height: calc(100% + 1px) !important; }