From aff47ab1f9b11271ac69d0fee64025f5e26b621c Mon Sep 17 00:00:00 2001 From: Jordan Date: Mon, 1 Nov 2021 22:50:33 -0700 Subject: wrap category names in a nowrap --- templates/layout.html | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'templates/layout.html') diff --git a/templates/layout.html b/templates/layout.html index 57dc200..c776582 100644 --- a/templates/layout.html +++ b/templates/layout.html @@ -226,6 +226,10 @@ div#crane div.footer a { div#crane div.footer a:hover { text-decoration: underline; } + +div#crane div.cat .nowrap { + white-space: nowrap; +} -- cgit v1.2.3-54-g00ecf