From 7d7d005c9af47d2b48e8052a0c14d68b51f1ade2 Mon Sep 17 00:00:00 2001 From: BurnyLlama Date: Tue, 10 Aug 2021 22:13:33 +0200 Subject: [PATCH] Break words if they are too long. --- assets/css/theme.css | 1 + 1 file changed, 1 insertion(+) diff --git a/assets/css/theme.css b/assets/css/theme.css index eb43d37..2d5c4cd 100644 --- a/assets/css/theme.css +++ b/assets/css/theme.css @@ -66,6 +66,7 @@ h6 { p { margin: .5em 0 .25em 0; text-align: justify; + overflow-wrap: break-word; } a {