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;