aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBonfaceKilz2021-07-29 23:09:34 +0300
committerBonfaceKilz2021-08-03 15:49:50 +0300
commit399d388b6704d39d778617cedebec31341428b75 (patch)
treedfc3fa1dd63c45e5c57cee10b683466bed571281
parent0793a41cc8534b5084bbf35b437d956681a8c19d (diff)
downloadgenenetwork2-399d388b6704d39d778617cedebec31341428b75.tar.gz
templates: edit_phenotype: Properly centre form controls
-rw-r--r--wqflask/wqflask/templates/edit_phenotype.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/wqflask/wqflask/templates/edit_phenotype.html b/wqflask/wqflask/templates/edit_phenotype.html
index 0e7c4f63..9810b7ab 100644
--- a/wqflask/wqflask/templates/edit_phenotype.html
+++ b/wqflask/wqflask/templates/edit_phenotype.html
@@ -223,7 +223,7 @@
Download csv of sample data for editing
</a>
</div>
- <div class="controls" style="display:block; margin-left: 40%; margin-right: 20%;">
+ <div class="controls center-block" style="width: max-content;">
<input name="dataset-name" class="changed" type="hidden" value="{{ publish_xref.id_ }}"/>
<input name="inbred-set-id" class="changed" type="hidden" value="{{ publish_xref.inbred_set_id }}"/>
<input name="phenotype-id" class="changed" type="hidden" value="{{ publish_xref.phenotype_id }}"/>