Skip to content

Commit

Permalink
Fix comment word wrapping
Browse files Browse the repository at this point in the history
  • Loading branch information
deluan committed Sep 27, 2021
1 parent 24872e6 commit 0b65a4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/album/AlbumDetails.js
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ const useStyles = makeStyles(
display: 'inline-block',
marginTop: '1em',
float: 'left',
wordBreak: 'break-all',
wordBreak: 'break-word',
},
pointerCursor: {
cursor: 'pointer',
Expand Down

0 comments on commit 0b65a4e

Please sign in to comment.