From dd0c1cb0521cb1f1dabff67d1bcb853af0751863 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mat=C3=BA=C5=A1=20Hlav=C3=A1=C4=8Dik?= Date: Sat, 14 Dec 2024 14:12:25 +0100 Subject: [PATCH] Break long words in post body (#518) --- 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,