diff options
author | zsloan | 2020-07-15 13:52:20 -0500 |
---|---|---|
committer | zsloan | 2020-07-15 13:52:20 -0500 |
commit | 811c55fb8614725e89b7a9604b6f97e4f0bc65da (patch) | |
tree | 2ba65cd125059d024e0495f23a97b67263bee98f | |
parent | ffbc58301edb70d4cd84d5741eaaeff7381a24e4 (diff) | |
download | genenetwork2-811c55fb8614725e89b7a9604b6f97e4f0bc65da.tar.gz |
Increased width for Min Expr since it was getting cut off if you added more than 3 digits
-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"> |