diff options
author | (quasar) nebula <qznebula@protonmail.com> | 2022-05-06 22:55:03 -0300 |
---|---|---|
committer | (quasar) nebula <qznebula@protonmail.com> | 2022-05-06 22:55:03 -0300 |
commit | 9363bb0941563eaeb147663364374485fa185a2d (patch) | |
tree | 97cd9d30ceb7f79bc4085a9523d04711d267c18e | |
parent | f0dfade71a532cd6fbd1ce6da8b80a750ea064f3 (diff) |
fix very long single words going past page width
-rw-r--r-- | src/static/site.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/static/site.css b/src/static/site.css index f2bef2c5..d7b5fe12 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, |