From 9363bb0941563eaeb147663364374485fa185a2d Mon Sep 17 00:00:00 2001 From: "(quasar) nebula" Date: Fri, 6 May 2022 22:55:03 -0300 Subject: fix very long single words going past page width --- src/static/site.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/static/site.css b/src/static/site.css index f2bef2c..d7b5fe1 100644 --- a/src/static/site.css +++ b/src/static/site.css @@ -273,7 +273,7 @@ footer > :last-child { padding: 20px; flex-grow: 1; flex-shrink: 3; - overflow-wrap: break-word; + overflow-wrap: anywhere; } .sidebar > h1, -- cgit 1.3.0-6-gf8a5