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-edit.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates/admin-edit.html') diff --git a/templates/admin-edit.html b/templates/admin-edit.html index 7b30294..f28518b 100644 --- a/templates/admin-edit.html +++ b/templates/admin-edit.html @@ -20,7 +20,7 @@
- {{ range $category, $paper := .Papers.List }}[{{ $category }}] {{ end }} + {{ range $category, $paper := .Papers.List }}[{{ $category }}] {{ end }}
-- cgit v1.2.3-54-g00ecf