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 GitHub
parent d5434d4169
commit cdb387b22f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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