From f0a4cf56394a7743cee845b45775f1db8289efa8 Mon Sep 17 00:00:00 2001 From: Sander Roosendaal Date: Sun, 31 Mar 2019 20:33:31 +0200 Subject: [PATCH] style changes force curve --- rowers/templates/forcecurve_single.html | 2 ++ static/css/styles2.css | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/rowers/templates/forcecurve_single.html b/rowers/templates/forcecurve_single.html index 652e563c..2cebb103 100644 --- a/rowers/templates/forcecurve_single.html +++ b/rowers/templates/forcecurve_single.html @@ -38,7 +38,9 @@ {% endif %}
  • +
    {{ the_div|safe }} +
  • diff --git a/static/css/styles2.css b/static/css/styles2.css index 2a8c9896..b20f26bd 100644 --- a/static/css/styles2.css +++ b/static/css/styles2.css @@ -608,7 +608,7 @@ #theplot .bk-plot-layout { position: auto; - width: 100%; + width: 90%; height: auto; display: inline; }