aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzsloan2021-01-21 15:15:12 -0600
committerzsloan2021-01-21 15:15:12 -0600
commitdb2d9d81493750971ccfe59934dcb6e00f67c521 (patch)
treea396b2934a920ba52d5413e12c9529899db8d049
parent1ad00938cafb2f0511658397050f6e938854d194 (diff)
downloadgenenetwork2-db2d9d81493750971ccfe59934dcb6e00f67c521.tar.gz
Decreased the width of the Authors column some
-rw-r--r--wqflask/wqflask/templates/search_result_page.html2
1 files changed, 1 insertions, 1 deletions
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(",")