diff options
author | zsloan | 2023-11-09 20:12:53 +0000 |
---|---|---|
committer | zsloan | 2023-11-09 20:13:10 +0000 |
commit | b5177ed11c1e4f6aae6e3e1670c6ac512b3aba23 (patch) | |
tree | 980e5608137549794b7a8b2211213e22294fd4af | |
parent | e3b3ffddd4a4fc6d82214fb3814ce302a51917cb (diff) | |
download | genenetwork2-b5177ed11c1e4f6aae6e3e1670c6ac512b3aba23.tar.gz |
Set correlation table width to 90%
-rw-r--r-- | wqflask/wqflask/templates/correlation_page.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wqflask/wqflask/templates/correlation_page.html b/wqflask/wqflask/templates/correlation_page.html index 34250a37..d3ee32f3 100644 --- a/wqflask/wqflask/templates/correlation_page.html +++ b/wqflask/wqflask/templates/correlation_page.html @@ -109,7 +109,7 @@ <button class="toggle-vis" data-column="6">Sample p({% if corr_method == 'pearson' %}r{% else %}rho{% endif %})</button> {% endif %} </div> - <div style="width: 100%; {% if target_dataset.type == "ProbeSet" %}min-width: 1700px;{% elif target_dataset.type == "Publish" %}min-width: 1600px;{% else %}width: 650px;{% endif %}"> + <div style="width: 90%; {% if target_dataset.type == "ProbeSet" %}min-width: 1700px;{% elif target_dataset.type == "Publish" %}min-width: 1600px;{% else %}width: 650px;{% endif %}"> <table id="trait_table" class="table-hover table-striped cell-border" style="float: left;"> <thead> <tr> |