From 61333623b422b8619713b13c90ab3b28da98f015 Mon Sep 17 00:00:00 2001 From: zsloan Date: Fri, 11 Aug 2023 21:39:40 +0000 Subject: Increase the size of the field for editing probe set sample data (so it can fit up to 6 digits) --- wqflask/wqflask/templates/edit_probeset.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wqflask/wqflask/templates/edit_probeset.html b/wqflask/wqflask/templates/edit_probeset.html index 1d97dbe3..88e97837 100644 --- a/wqflask/wqflask/templates/edit_probeset.html +++ b/wqflask/wqflask/templates/edit_probeset.html @@ -240,9 +240,9 @@ {{ loop.index }} {{ sample }} - + ± - + {% endfor %} -- cgit 1.4.1