diff options
author | zsloan | 2020-05-21 16:34:09 -0500 |
---|---|---|
committer | zsloan | 2020-05-21 16:34:09 -0500 |
commit | 2c3301d25c505c217518e7133e0f4cf53797c5b9 (patch) | |
tree | 09c17d44cceccfbc334eb614d86c4a048f93afe0 | |
parent | 24baaf4dc03844d34f4c4101179223cc4e0d9184 (diff) | |
download | genenetwork2-2c3301d25c505c217518e7133e0f4cf53797c5b9.tar.gz |
More adjusting to table widths
-rw-r--r-- | wqflask/wqflask/templates/search_result_page.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/wqflask/wqflask/templates/search_result_page.html b/wqflask/wqflask/templates/search_result_page.html index b238a28a..3dfae3dd 100644 --- a/wqflask/wqflask/templates/search_result_page.html +++ b/wqflask/wqflask/templates/search_result_page.html @@ -296,11 +296,13 @@ { 'title': "Symbol", 'type': "natural", + 'width': "120px", 'data': "symbol" }, { 'title': "Description", 'type': "natural", + 'width': "500px", 'data': null, 'render': function(data, type, row, meta) { try { @@ -346,6 +348,7 @@ { 'title': "Description", 'type': "natural", + 'width': "500px", 'data': null, 'render': function(data, type, row, meta) { try { |