From 3343c7a3a238bfe476690df9439aff9a79c1fff5 Mon Sep 17 00:00:00 2001 From: Konrad Borowski Date: Fri, 15 Mar 2019 09:17:46 +0100 Subject: [PATCH] Don't break lines in middle of ALL words --- static/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/style.css b/static/style.css index 2ab7bc9..0353b11 100644 --- a/static/style.css +++ b/static/style.css @@ -5,7 +5,7 @@ body { text-align: justify; hyphens: auto; font-family: sans-serif; - word-break: break-all; + word-break: break-word; } header { background: #dd6;