aboutsummaryrefslogtreecommitdiff
path: root/wqflask
diff options
context:
space:
mode:
authorzsloan2020-07-15 13:52:20 -0500
committerzsloan2020-07-15 13:52:20 -0500
commit811c55fb8614725e89b7a9604b6f97e4f0bc65da (patch)
tree2ba65cd125059d024e0495f23a97b67263bee98f /wqflask
parentffbc58301edb70d4cd84d5741eaaeff7381a24e4 (diff)
downloadgenenetwork2-811c55fb8614725e89b7a9604b6f97e4f0bc65da.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.html2
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">