From cfb45c4e6980e9f37b12ac4f4c2016ac8a37efe2 Mon Sep 17 00:00:00 2001
From: zsloan
Date: Thu, 8 Oct 2020 14:52:49 -0500
Subject: Changed the min-width of trait page main div in order to allow trait
descriptions to shrink to a smaller width (but not too small)
* wqflask/wqflask/templates/show_trait.html - Changed width of main container div to 700px
---
wqflask/wqflask/templates/show_trait.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
(limited to 'wqflask')
diff --git a/wqflask/wqflask/templates/show_trait.html b/wqflask/wqflask/templates/show_trait.html
index 56df2049..ea881917 100644
--- a/wqflask/wqflask/templates/show_trait.html
+++ b/wqflask/wqflask/templates/show_trait.html
@@ -37,7 +37,7 @@
-
+
--
cgit v1.2.3
From a79e099d6ce428459affd44afc8f795dd7561fae Mon Sep 17 00:00:00 2001
From: zsloan
Date: Thu, 8 Oct 2020 14:54:02 -0500
Subject: Adjusted some widths/classes to allow correlation description text to
expand/shrink with screen size and make drop-downs a better width
* wqflask/wqflask/templates/show_trait_calculate_correlations.html - Adjusted widths of drop-down divs and removed the col-width class from the description div (the right side) so it can shrink wqwith screen size
---
.../wqflask/templates/show_trait_calculate_correlations.html | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
(limited to 'wqflask')
diff --git a/wqflask/wqflask/templates/show_trait_calculate_correlations.html b/wqflask/wqflask/templates/show_trait_calculate_correlations.html
index 1378b91b..9420c9c6 100644
--- a/wqflask/wqflask/templates/show_trait_calculate_correlations.html
+++ b/wqflask/wqflask/templates/show_trait_calculate_correlations.html
@@ -1,5 +1,5 @@