From db2d9d81493750971ccfe59934dcb6e00f67c521 Mon Sep 17 00:00:00 2001 From: zsloan Date: Thu, 21 Jan 2021 15:15:12 -0600 Subject: Decreased the width of the Authors column some --- 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 eb42eb3a..9b36568c 100644 --- a/wqflask/wqflask/templates/search_result_page.html +++ b/wqflask/wqflask/templates/search_result_page.html @@ -329,7 +329,7 @@ { 'title': "Authors", 'type': "natural", - 'width': "400px", + 'width': "300px", 'data': null, 'render': function(data, type, row, meta) { author_list = data.authors.split(",") -- cgit v1.2.3