diff options
author | zsloan | 2021-10-18 18:29:52 +0000 |
---|---|---|
committer | zsloan | 2021-10-18 18:29:52 +0000 |
commit | 789f91513a551dfe65133a2ae6191e6d98cbfcf2 (patch) | |
tree | 0037910478527267d4f4c9168e9783f267f83019 | |
parent | bc1b297acdd85f9bc04cd402f646ce123401b907 (diff) | |
download | genenetwork2-789f91513a551dfe65133a2ae6191e6d98cbfcf2.tar.gz |
Changed table width to 100% for non-Geno datasets, since it can always be manually resized
-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 72a4b560..5922ac75 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 %}1350{% endif %}px;"> + <div id="table_container" style="width: {% if dataset.type == 'Geno' %}270{% 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> |