From 2c487aab5a2dc50047b8cbe67197e0ceeac354f7 Mon Sep 17 00:00:00 2001 From: zsloan Date: Wed, 11 Dec 2019 15:39:22 -0600 Subject: Forgot to align N and SE columns --- wqflask/wqflask/templates/show_trait.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/wqflask/wqflask/templates/show_trait.html b/wqflask/wqflask/templates/show_trait.html index 455208a9..80779d8b 100644 --- a/wqflask/wqflask/templates/show_trait.html +++ b/wqflask/wqflask/templates/show_trait.html @@ -311,7 +311,7 @@ } }, { - 'title': "SE", + 'title': "
SE
", 'orderDataType': "dom-input", 'type': "cust-txt", 'data': null, @@ -324,7 +324,7 @@ } }{% endif %}{% if has_num_cases %}, { - 'title': "N", + 'title': "
N
", 'orderDataType': "dom-input", 'type': "cust-txt", 'data': null, @@ -455,7 +455,7 @@ } }, { - 'title': "SE", + 'title': "
SE
", 'orderDataType': "dom-input", 'type': "cust-txt", 'data': null, @@ -468,7 +468,7 @@ } }{% endif %}{% if has_num_cases %}, { - 'title': "N", + 'title': "
N
", 'orderDataType': "dom-input", 'type': "cust-txt", 'data': null, -- cgit v1.2.3