Properly break long comment lines. Fix #855 (#856)

Make ui responsive on smaller screen when the comment block is longer
This commit is contained in:
rohitgeddam 2021-03-25 08:44:10 +05:30 committed by Joe Stump
parent f14f435191
commit 648a65ee1f
No known key found for this signature in database
GPG Key ID: 29151C3EC48A0EB9

View File

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