From 67b71d583ea0c1e2c0cae859fbcce9bddf4df7bd Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Thu, 7 Apr 2022 14:18:02 -0700 Subject: web: fileset manifest table as 'single line' class, with scrolling overflow --- python/fatcat_web/templates/fileset_view.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'python') diff --git a/python/fatcat_web/templates/fileset_view.html b/python/fatcat_web/templates/fileset_view.html index 939925f6..6f3f802e 100644 --- a/python/fatcat_web/templates/fileset_view.html +++ b/python/fatcat_web/templates/fileset_view.html @@ -49,7 +49,8 @@ No known public URL, mirror, or archive for this File Set.

File Manifest ({{ fileset.manifest|count }})

{% if fileset.manifest %} - +
+
@@ -92,6 +93,7 @@ No known public URL, mirror, or archive for this File Set. {% endfor %}
+ {% else %}

This File Set is empty (contains no files). {% endif %} -- cgit v1.2.3