diff options
-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, |