fix: username wrapping for parting message (#4209)
This commit is contained in:
@@ -35,8 +35,8 @@ export const ChatPartMessage: FC<ChatPartMessageProps> = ({
|
||||
<ModerationBadge userColor={userColor} />
|
||||
</span>
|
||||
)}
|
||||
<span className={styles.partMessage}>left the chat.</span>
|
||||
</span>
|
||||
left the chat.
|
||||
</div>
|
||||
);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user