Fix comment word wrapping

This commit is contained in:
Deluan 2021-09-27 09:48:31 -04:00 committed by Joe Stump
parent 5caf29f2af
commit a02ab9b62d
No known key found for this signature in database
GPG Key ID: 29151C3EC48A0EB9

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',