fix: username wrapping (#3975)

This commit is contained in:
nekojanai
2024-10-30 22:13:28 -07:00
committed by GitHub
parent ed21911288
commit 8e89dfb345
2 changed files with 15 additions and 4 deletions
@@ -35,8 +35,8 @@ export const ChatJoinMessage: FC<ChatJoinMessageProps> = ({
<ModerationBadge userColor={userColor} />
</span>
)}
<span className={styles.joinMessage}>joined the chat.</span>
</span>
joined the chat.
</div>
);
};