diff options
author | zsloan | 2024-10-15 15:24:31 +0000 |
---|---|---|
committer | zsloan | 2024-10-15 15:43:18 +0000 |
commit | 1d37b95ce392acc92397acc1585b6c3e736e5149 (patch) | |
tree | f88465fb9f92176d5bf59066f32e776ced24e4c9 /gn2 | |
parent | 7d0e59077935bcc588980f85e07aa79b5936b7a7 (diff) | |
download | genenetwork2-1d37b95ce392acc92397acc1585b6c3e736e5149.tar.gz |
Increase phenotype description with on correlation result page table
Diffstat (limited to 'gn2')
-rw-r--r-- | gn2/wqflask/templates/correlation_page.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gn2/wqflask/templates/correlation_page.html b/gn2/wqflask/templates/correlation_page.html index 5e57d9f4..2009571c 100644 --- a/gn2/wqflask/templates/correlation_page.html +++ b/gn2/wqflask/templates/correlation_page.html @@ -371,6 +371,7 @@ { 'title': "Description", 'type': "natural", + 'width': "500px", 'data': null, 'render': function(data) { try { |