From 59c486662718de2a86cc0c5987f78585620bc83f Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Sat, 2 Mar 2019 17:24:52 -0800 Subject: fix long contrib list attrib index width --- python/fatcat_web/templates/release_view.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python/fatcat_web/templates') diff --git a/python/fatcat_web/templates/release_view.html b/python/fatcat_web/templates/release_view.html index ca09f1b9..684c71ab 100644 --- a/python/fatcat_web/templates/release_view.html +++ b/python/fatcat_web/templates/release_view.html @@ -90,7 +90,7 @@ {% for contrib in release.contribs %} -
{% if contrib.index or contrib.index == 0 %} {{ contrib.index + 1 }}{% endif %} +
{% if contrib.index or contrib.index == 0 %} {{ contrib.index + 1 }}{% endif %} {% if contrib.creator_id %} {{ contrib.raw_name or 'unknown' }} -- cgit v1.2.3