aboutsummaryrefslogtreecommitdiff
path: root/wqflask
diff options
context:
space:
mode:
authorzsloan2021-07-08 21:22:27 +0000
committerzsloan2021-07-08 21:22:27 +0000
commitcee6741951acb6e620d40e819088e4d2faea54ed (patch)
tree3eefe010faa1cd978e9b53f8a778a490ab5e9937 /wqflask
parent2c638cd0eec9883902b363e2f24f8c3c2f7ceccb (diff)
downloadgenenetwork2-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.html2
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) {