diff options
author | zsloan | 2021-07-08 21:22:27 +0000 |
---|---|---|
committer | zsloan | 2021-07-08 21:22:27 +0000 |
commit | cee6741951acb6e620d40e819088e4d2faea54ed (patch) | |
tree | 3eefe010faa1cd978e9b53f8a778a490ab5e9937 /wqflask | |
parent | 2c638cd0eec9883902b363e2f24f8c3c2f7ceccb (diff) | |
download | genenetwork2-cee6741951acb6e620d40e819088e4d2faea54ed.tar.gz |
Improved width of checkbox column for gene global search a bit
Diffstat (limited to 'wqflask')
-rw-r--r-- | wqflask/wqflask/templates/gsearch_gene.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wqflask/wqflask/templates/gsearch_gene.html b/wqflask/wqflask/templates/gsearch_gene.html index 0a3ec027..69281ec5 100644 --- a/wqflask/wqflask/templates/gsearch_gene.html +++ b/wqflask/wqflask/templates/gsearch_gene.html @@ -82,7 +82,7 @@ columnDefs = [ { 'orderDataType': "dom-checkbox", - 'width': "10px", + 'width': "5px", 'data': null, 'targets': 0, 'render': function(data, type, row, meta) { |