Skip to content

Commit

Permalink
fix(chat): Fixes long display name that overflow the message bubble.
Browse files Browse the repository at this point in the history
  • Loading branch information
damencho committed Apr 28, 2023
1 parent 13e8f99 commit 38a293f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion react/features/chat/components/web/ChatMessage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ const styles = (theme: Theme) => {
chatMessage: {
display: 'inline-flex',
padding: '12px',
marginRight: '12px',
backgroundColor: theme.palette.ui02,
borderRadius: '4px 12px 12px 12px',
boxSizing: 'border-box' as const,
maxWidth: '100%',
marginTop: '4px',

Expand Down

0 comments on commit 38a293f

Please sign in to comment.