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/admin.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates/admin.html') diff --git a/templates/admin.html b/templates/admin.html index 05cf04f..8573e23 100644 --- a/templates/admin.html +++ b/templates/admin.html @@ -39,7 +39,7 @@ {{ if gt $categoryCount 0 }}
- {{ range $category, $paper := .Papers.List }}[{{ $category }}] {{ end }} + {{ range $category, $paper := .Papers.List }}[{{ $category }}] {{ end }}
-- cgit v1.2.3-54-g00ecf