aboutsummaryrefslogtreecommitdiff
path: root/wqflask
diff options
context:
space:
mode:
authorzsloan2020-05-21 16:34:09 -0500
committerzsloan2020-05-21 16:34:09 -0500
commit2c3301d25c505c217518e7133e0f4cf53797c5b9 (patch)
tree09c17d44cceccfbc334eb614d86c4a048f93afe0 /wqflask
parent24baaf4dc03844d34f4c4101179223cc4e0d9184 (diff)
downloadgenenetwork2-2c3301d25c505c217518e7133e0f4cf53797c5b9.tar.gz
More adjusting to table widths
Diffstat (limited to 'wqflask')
-rw-r--r--wqflask/wqflask/templates/search_result_page.html3
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 {