From 51209f9351dc1d0d33c863f7836c40576b855877 Mon Sep 17 00:00:00 2001 From: zsloan Date: Fri, 11 Aug 2023 21:40:18 +0000 Subject: Increase the size of the field for editing phenotype sample data (so it can fit up to 6 digits) --- wqflask/wqflask/templates/edit_phenotype.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wqflask/wqflask/templates/edit_phenotype.html b/wqflask/wqflask/templates/edit_phenotype.html index 51a2fac4..f392dcdc 100644 --- a/wqflask/wqflask/templates/edit_phenotype.html +++ b/wqflask/wqflask/templates/edit_phenotype.html @@ -243,9 +243,9 @@ {{ loop.index }} {{ sample }} - + ± - + {% endfor %} -- cgit v1.2.3