Break long words in webui

This commit is contained in:
PSSGCSim 2019-12-14 16:16:21 +01:00 committed by Jannis Mattheis
parent 0a7a5cd619
commit 6dc783d99d
1 changed files with 1 additions and 0 deletions

View File

@ -36,6 +36,7 @@ const styles = (): StyleRules => ({
},
content: {
whiteSpace: 'pre-wrap',
wordBreak: 'break-all',
'& p': {
margin: 0,
},