diff options
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"> |