Fix message overflow with big images

This commit is contained in:
Kassim 2021-03-27 13:01:28 +00:00 committed by GitHub
parent 4c58f4a742
commit 346396fa83
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -60,6 +60,9 @@ const styles = (theme: Theme) =>
'& pre': {
overflow: 'auto',
},
'& img': {
maxWidth: '100%',
},
},
});