Make ui responsive on smaller screen when the comment block is longer
This commit is contained in:
parent
d5434d4169
commit
cdb387b22f
1 changed files with 1 additions and 0 deletions
|
|
@ -74,6 +74,7 @@ const useStyles = makeStyles((theme) => ({
|
|||
display: 'inline-block',
|
||||
marginTop: '1em',
|
||||
float: 'left',
|
||||
wordBreak: 'break-all',
|
||||
},
|
||||
pointerCursor: {
|
||||
cursor: 'pointer',
|
||||
|
|
|
|||
Loading…
Reference in a new issue