From b7b64b75bd6ff0dff9123698b24cb2dca4fc2c67 Mon Sep 17 00:00:00 2001 From: matushl Date: Sat, 14 Dec 2024 01:04:29 +0100 Subject: [PATCH] Break long words in post body --- src/theme.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/theme.ts b/src/theme.ts index 40a5ec64..940172df 100644 --- a/src/theme.ts +++ b/src/theme.ts @@ -167,6 +167,7 @@ const _theme = createTheme({ ...font.style, fontWeight: 400, textAlign: 'justify', + overflowWrap: 'break-word', }, postDate: { ...font.style,