diff options
author | zsloan | 2022-01-18 22:30:53 +0000 |
---|---|---|
committer | zsloan | 2022-01-27 13:45:09 -0600 |
commit | 3e3335ec46a61056ffd8130969bca1d6857d182f (patch) | |
tree | 1ce885b9207bf2ebb12952fb44c062ab4cdb0cc6 | |
parent | da49ee44334723358957dab3d1393a98ea9d7f51 (diff) | |
download | genenetwork2-3e3335ec46a61056ffd8130969bca1d6857d182f.tar.gz |
Made the search result table wider for genotype results, since previously the Location text was being pushed to a second line (this was actually visible for me as well, not just Rob)
-rw-r--r-- | wqflask/wqflask/templates/search_result_page.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wqflask/wqflask/templates/search_result_page.html b/wqflask/wqflask/templates/search_result_page.html index 63e06237..eb4fe6a1 100644 --- a/wqflask/wqflask/templates/search_result_page.html +++ b/wqflask/wqflask/templates/search_result_page.html @@ -126,7 +126,7 @@ {% endif %} </div> {% endif %} - <div id="table_container" style="width: {% if dataset.type == 'Geno' %}270{% else %}100%{% endif %}px;"> + <div id="table_container" style="width: {% if dataset.type == 'Geno' %}375{% else %}100%{% endif %}px;"> <table class="table-hover table-striped cell-border" id='trait_table' style="float: left;"> <tbody> <td colspan="100%" align="center"><br><b><font size="15">Loading...</font></b><br></td> |