Fix message overflow with big images
This commit is contained in:
parent
4c58f4a742
commit
346396fa83
|
|
@ -60,6 +60,9 @@ const styles = (theme: Theme) =>
|
|||
'& pre': {
|
||||
overflow: 'auto',
|
||||
},
|
||||
'& img': {
|
||||
maxWidth: '100%',
|
||||
},
|
||||
},
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue