« get me outta code hell

fix very long single words going past page width - hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
diff options
context:
space:
mode:
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
commit9363bb0941563eaeb147663364374485fa185a2d (patch)
tree97cd9d30ceb7f79bc4085a9523d04711d267c18e
parentf0dfade71a532cd6fbd1ce6da8b80a750ea064f3 (diff)
fix very long single words going past page width
-rw-r--r--src/static/site.css2
1 files changed, 1 insertions, 1 deletions
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,