Fix comment word wrapping

This commit is contained in:
Deluan 2021-09-27 09:48:31 -04:00
parent 24872e6c2a
commit 0b65a4e34e
1 changed files with 1 additions and 1 deletions

View File

@ -88,7 +88,7 @@ const useStyles = makeStyles(
display: 'inline-block',
marginTop: '1em',
float: 'left',
wordBreak: 'break-all',
wordBreak: 'break-word',
},
pointerCursor: {
cursor: 'pointer',