From 858423df30eae637905a49743d21d27c82f113e8 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Mon, 5 Oct 2020 13:20:21 -0700 Subject: web: make filter bar overflow better (for translations) --- fatcat_scholar/templates/search.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fatcat_scholar') diff --git a/fatcat_scholar/templates/search.html b/fatcat_scholar/templates/search.html index 3faf499..6d90e91 100644 --- a/fatcat_scholar/templates/search.html +++ b/fatcat_scholar/templates/search.html @@ -54,7 +54,7 @@
{% endif %} -
+
{{ search_macros.query_option(query.time_options, query.filter_time) }} {{ search_macros.query_option(query.type_options, query.filter_type) }} {{ search_macros.query_option(query.availability_options, query.filter_availability) }} -- cgit v1.2.3