From aec633e7330b86c66470d4fe8c8590ffe7d76060 Mon Sep 17 00:00:00 2001 From: Jordan Date: Tue, 9 Mar 2021 16:34:11 -0700 Subject: normal overflow-wrap for category links --- templates/layout.html | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/layout.html b/templates/layout.html index 03220af..a34f5dd 100644 --- a/templates/layout.html +++ b/templates/layout.html @@ -146,6 +146,7 @@ div#crane div.cat { font-size: 80%; color: #555; padding-bottom: 1em; + overflow-wrap: normal; } div#crane div.list { -- cgit v1.2.3-54-g00ecf