Skip to content

Commit

Permalink
Fix message overflow with big images
Browse files Browse the repository at this point in the history
  • Loading branch information
MrLemur authored Mar 27, 2021
1 parent 4c58f4a commit 346396f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ui/src/message/Message.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,9 @@ const styles = (theme: Theme) =>
'& pre': {
overflow: 'auto',
},
'& img': {
maxWidth: '100%',
},
},
});

Expand Down

0 comments on commit 346396f

Please sign in to comment.