Fix comment word wrapping
This commit is contained in:
@@ -88,7 +88,7 @@ const useStyles = makeStyles(
|
|||||||
display: 'inline-block',
|
display: 'inline-block',
|
||||||
marginTop: '1em',
|
marginTop: '1em',
|
||||||
float: 'left',
|
float: 'left',
|
||||||
wordBreak: 'break-all',
|
wordBreak: 'break-word',
|
||||||
},
|
},
|
||||||
pointerCursor: {
|
pointerCursor: {
|
||||||
cursor: 'pointer',
|
cursor: 'pointer',
|
||||||
|
|||||||
Reference in New Issue
Block a user