aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzsloan2024-09-16 18:09:46 +0000
committerzsloan2024-09-17 14:38:13 +0000
commitfaa9a6329283031218fbd49d1b1491f1874a0a3f (patch)
treef1a470a5bea74066663d7cb7d18d5ada461b520c
parent911584f05c723e51a3691069beb260138afcc5b2 (diff)
downloadgenenetwork2-faa9a6329283031218fbd49d1b1491f1874a0a3f.tar.gz
Explicitly set width for scatterplot div so the X/Y-axis description text doesn't extend beyond the width of the plot itself
-rw-r--r--gn2/wqflask/templates/corr_scatterplot.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/gn2/wqflask/templates/corr_scatterplot.html b/gn2/wqflask/templates/corr_scatterplot.html
index 554471be..c2586bc0 100644
--- a/gn2/wqflask/templates/corr_scatterplot.html
+++ b/gn2/wqflask/templates/corr_scatterplot.html
@@ -131,7 +131,7 @@
</li>
</ul>
- <div class="tab-content" style="min-width: 800px;">
+ <div class="tab-content" style="width: 800px;">
<div class="tab-pane {% if method == 'pearson' %}active{% endif %}" id="tp1">
<br>