diff options
author | zsloan | 2021-01-21 15:15:12 -0600 |
---|---|---|
committer | zsloan | 2021-01-21 15:15:12 -0600 |
commit | db2d9d81493750971ccfe59934dcb6e00f67c521 (patch) | |
tree | a396b2934a920ba52d5413e12c9529899db8d049 /wqflask | |
parent | 1ad00938cafb2f0511658397050f6e938854d194 (diff) | |
download | genenetwork2-db2d9d81493750971ccfe59934dcb6e00f67c521.tar.gz |
Decreased the width of the Authors column some
Diffstat (limited to 'wqflask')
-rw-r--r-- | wqflask/wqflask/templates/search_result_page.html | 2 |
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(",") |