diff options
author | zsloan | 2024-09-16 18:09:46 +0000 |
---|---|---|
committer | zsloan | 2024-09-17 14:38:13 +0000 |
commit | faa9a6329283031218fbd49d1b1491f1874a0a3f (patch) | |
tree | f1a470a5bea74066663d7cb7d18d5ada461b520c /gn2/wqflask/templates | |
parent | 911584f05c723e51a3691069beb260138afcc5b2 (diff) | |
download | genenetwork2-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
Diffstat (limited to 'gn2/wqflask/templates')
-rw-r--r-- | gn2/wqflask/templates/corr_scatterplot.html | 2 |
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> |