Skip to content

Commit

Permalink
Break long words in post body (#518)
Browse files Browse the repository at this point in the history
  • Loading branch information
Matushl authored Dec 14, 2024
1 parent 3b9b4e1 commit dd0c1cb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/theme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,7 @@ const _theme = createTheme({
...font.style,
fontWeight: 400,
textAlign: 'justify',
overflowWrap: 'break-word',
},
postDate: {
...font.style,
Expand Down

0 comments on commit dd0c1cb

Please sign in to comment.