diff options
author | zsloan | 2021-07-07 20:46:11 +0000 |
---|---|---|
committer | zsloan | 2021-07-07 20:46:11 +0000 |
commit | f0c85b5a7ea1b2493e70097bd1b38ec7a5bafdab (patch) | |
tree | aae06f27d7413a8135bff887c5aae27a5a40878b | |
parent | bbda9eb2eb542b7d90abdfcd1a8f34c35d38491c (diff) | |
download | genenetwork2-f0c85b5a7ea1b2493e70097bd1b38ec7a5bafdab.tar.gz |
Set beginning width for trait table
-rw-r--r-- | wqflask/wqflask/templates/show_trait_edit_data.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/wqflask/wqflask/templates/show_trait_edit_data.html b/wqflask/wqflask/templates/show_trait_edit_data.html index c5944d3f..e288e4d5 100644 --- a/wqflask/wqflask/templates/show_trait_edit_data.html +++ b/wqflask/wqflask/templates/show_trait_edit_data.html @@ -57,8 +57,8 @@ <div style="position: relative;"> <div class="inline-div"><h3 style="float: left;">{{ sample_type.header }}<span name="transform_text"></span></h3></div> </div> - <div id="{{ sample_type.sample_group_type }}_container"> - <table class="table-hover table-striped cell-border sample-table" id="samples_{{ sample_type.sample_group_type }}"> + <div id="{{ sample_type.sample_group_type }}_container" style="width: {{ trait_table_width }}px;"> + <table class="table-hover table-striped cell-border" id="samples_{{ sample_type.sample_group_type }}"> <tbody> <td colspan="100%" align="center"><br><b><font size="15">Loading...</font></b><br></td> </tbody> |