diff options
author | zsloan | 2020-07-15 13:52:20 -0500 |
---|---|---|
committer | BonfaceKilz | 2020-07-24 03:46:27 +0300 |
commit | f5ffdbaaab2cfd6123bd2a454de37efa0f1a13b1 (patch) | |
tree | 34b0c97f2f71dea6e9020fae4616996e7a3abb71 /wqflask | |
parent | 34aa368b6a17fdfa6817633714558a989300cbc1 (diff) | |
download | genenetwork2-f5ffdbaaab2cfd6123bd2a454de37efa0f1a13b1.tar.gz |
Increased width for Min Expr since it was getting cut off if you added more than 3 digits
Diffstat (limited to 'wqflask')
-rw-r--r-- | wqflask/wqflask/templates/show_trait_calculate_correlations.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wqflask/wqflask/templates/show_trait_calculate_correlations.html b/wqflask/wqflask/templates/show_trait_calculate_correlations.html index a9b371b8..1378b91b 100644 --- a/wqflask/wqflask/templates/show_trait_calculate_correlations.html +++ b/wqflask/wqflask/templates/show_trait_calculate_correlations.html @@ -78,7 +78,7 @@ <div class="form-group"> <label class="col-xs-2 control-label">Min Expr</label> <div class="col-xs-3 controls"> - <input name="min_expr" value="" type="text" class="form-control" style="width: 50px;"> + <input name="min_expr" value="" type="text" class="form-control" style="width: 70px;"> </div> </div> <div class="form-group"> |