From bc67aaf8144775cfc529cfcbaf191566b5564afd Mon Sep 17 00:00:00 2001 From: zsloan Date: Sat, 22 Aug 2020 13:03:10 -0500 Subject: Set min-width for search result table, since the description column often looks weird if it gets below a certain width * wqflask/wqflask/templates/search_result_page.html - Set min-width of table container div to 1500px since that seems to be a reasonable width that prevents the description column from getting too narrow --- wqflask/wqflask/templates/search_result_page.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wqflask') diff --git a/wqflask/wqflask/templates/search_result_page.html b/wqflask/wqflask/templates/search_result_page.html index 267fc1d1..b5b582d4 100644 --- a/wqflask/wqflask/templates/search_result_page.html +++ b/wqflask/wqflask/templates/search_result_page.html @@ -137,7 +137,7 @@ {% endif %} -
+
-- cgit v1.2.3

Loading...