From 1426cfd1780991c5c0e6afa3dc2fec509672b6be Mon Sep 17 00:00:00 2001 From: Nicolas Dato Date: Tue, 19 Aug 2025 14:59:05 -0300 Subject: overflow-warp: anywhere, to allow breaking long urls --- zola/static/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/zola/static/style.css b/zola/static/style.css index e465fb8..3d46932 100644 --- a/zola/static/style.css +++ b/zola/static/style.css @@ -83,6 +83,7 @@ body { max-width: var(--body-max-width); background-color: var(--filling-background-color); margin: auto; + overflow-wrap: anywhere; } section { -- cgit v1.2.3