From 75d2b4c5d27beddb8f77f4580e656460e3f044c2 Mon Sep 17 00:00:00 2001 From: zsloan Date: Mon, 8 Feb 2021 18:53:24 +0000 Subject: Fixed issue with correlation page info not having a good width and prevented buttons from wrapping when the window is small --- wqflask/wqflask/templates/correlation_page.html | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'wqflask') diff --git a/wqflask/wqflask/templates/correlation_page.html b/wqflask/wqflask/templates/correlation_page.html index 4e3eb393..a9a3e1a0 100644 --- a/wqflask/wqflask/templates/correlation_page.html +++ b/wqflask/wqflask/templates/correlation_page.html @@ -9,22 +9,22 @@ {% endblock %} {% block content %} -
+
- -

Values of record {{ this_trait.name }} in the {{ dataset.fullname }} - dataset were compared to all records in the {{ target_dataset.fullname }} - dataset. The top {{ return_number }} correlations ranked by the {{ formatted_corr_type }} are displayed. - You can resort this list by clicking the headers. Select the Record ID to open the trait data - and analysis page. -

- -
+
+

Values of record {{ this_trait.name }} in the {{ dataset.fullname }} + dataset were compared to all records in the {{ target_dataset.fullname }} + dataset. The top {{ return_number }} correlations ranked by the {{ formatted_corr_type }} are displayed. + You can resort this list by clicking the headers. Select the Record ID to open the trait data + and analysis page. +

+
+
@@ -36,7 +36,7 @@

-
+
@@ -50,7 +50,7 @@

-
+
{% if target_dataset.type != "Publish" %}
-- cgit v1.2.3