Break long words in webui
This commit is contained in:
parent
0a7a5cd619
commit
6dc783d99d
|
|
@ -36,6 +36,7 @@ const styles = (): StyleRules => ({
|
|||
},
|
||||
content: {
|
||||
whiteSpace: 'pre-wrap',
|
||||
wordBreak: 'break-all',
|
||||
'& p': {
|
||||
margin: 0,
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in New Issue