From cfec5fd9ed572e9af04866ac0f6771f8df3f4e14 Mon Sep 17 00:00:00 2001 From: Jeena Date: Sat, 29 Oct 2016 10:51:14 +0200 Subject: [PATCH] Break too long words to prevent horizontal scrolling --- html/content.css | 1 + 1 file changed, 1 insertion(+) diff --git a/html/content.css b/html/content.css index 1b3eda8..afcb4e4 100644 --- a/html/content.css +++ b/html/content.css @@ -27,6 +27,7 @@ body { font-family: sans-serif; padding: 2em; font-weight: lighter; + word-wrap: break-word; } .nightmode {