From ccd78c3c4d038ca861e21571dcf34d5201e4cbd5 Mon Sep 17 00:00:00 2001 From: Dhanu Saputra <35093673+dhanusaputra@users.noreply.github.com> Date: Mon, 6 Mar 2023 06:59:31 +0700 Subject: [PATCH] Chat join message for users with moderator flag is misaligned (#2774) --- web/components/chat/ChatUserBadge/ChatUserBadge.module.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/components/chat/ChatUserBadge/ChatUserBadge.module.scss b/web/components/chat/ChatUserBadge/ChatUserBadge.module.scss index 6b43f881b..826dc501e 100644 --- a/web/components/chat/ChatUserBadge/ChatUserBadge.module.scss +++ b/web/components/chat/ChatUserBadge/ChatUserBadge.module.scss @@ -6,7 +6,7 @@ border-radius: 2px; text-align: center; padding: 2px; - display: flex; + display: inline-flex; justify-content: center; align-items: center; overflow: hidden;