diff options
author | zsloan | 2022-08-01 15:06:18 +0000 |
---|---|---|
committer | zsloan | 2022-08-01 15:06:18 +0000 |
commit | 268415b5fe1dd4c355b80e4a74359ef346be1565 (patch) | |
tree | c0a63062166a9327f069ae682e50bd951b3672e2 | |
parent | fe533f2b59397a5254a92c1075338a0b1d17339f (diff) | |
download | genenetwork2-268415b5fe1dd4c355b80e4a74359ef346be1565.tar.gz |
Change min-width to something more reasonable (will put this in CSS later)
-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 0bce6793..d129a7cd 100644 --- a/wqflask/wqflask/templates/search_result_page.html +++ b/wqflask/wqflask/templates/search_result_page.html @@ -131,7 +131,7 @@ {% endif %} </div> {% endif %} - <div id="trait_table_container" style="{% if dataset.type == 'Geno' %}width: 450px;{% else %} min-width: 1400px;{% endif %}"> + <div id="trait_table_container" style="{% if dataset.type == 'Geno' %}width: 450px;{% else %} min-width: 800px;{% endif %}"> <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> |