diff options
author | zsloan | 2020-10-08 14:55:54 -0500 |
---|---|---|
committer | zsloan | 2020-10-08 14:55:54 -0500 |
commit | 205f2277493fca1d7b8a0520438767296a9c20d4 (patch) | |
tree | c8f7773964c6ff865df1009950c424246ecd0b49 /wqflask | |
parent | a79e099d6ce428459affd44afc8f795dd7561fae (diff) | |
download | genenetwork2-205f2277493fca1d7b8a0520438767296a9c20d4.tar.gz |
Allowed mapping method description text to shrink with screen size
* wqflask/wqflask/templates/show_trait_mapping_tools.html - Removed the "col-xs-_" class to allow the div containing mapping description text to shrink with screen size
Diffstat (limited to 'wqflask')
-rwxr-xr-x | wqflask/wqflask/templates/show_trait_mapping_tools.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/wqflask/wqflask/templates/show_trait_mapping_tools.html b/wqflask/wqflask/templates/show_trait_mapping_tools.html index 27040045..94388b2f 100755 --- a/wqflask/wqflask/templates/show_trait_mapping_tools.html +++ b/wqflask/wqflask/templates/show_trait_mapping_tools.html @@ -397,8 +397,8 @@ </div> </div> </div> - <div class="col-xs-7"> - <dl style="width: 500px;"> + <div> + <dl> {% for mapping_method in dataset.group.mapping_names %} {% if mapping_method == "GEMMA" %} <dt style="padding-top: 20px;">GEMMA</dt> |