Private
Public Access
1
0

style changes force curve

This commit is contained in:
Sander Roosendaal
2019-03-31 20:33:31 +02:00
parent 60da5c2331
commit f0a4cf5639
2 changed files with 3 additions and 1 deletions

View File

@@ -38,7 +38,9 @@
{% endif %} {% endif %}
</li> </li>
<li class="grid_4"> <li class="grid_4">
<div id="theplot" class="flexplot">
{{ the_div|safe }} {{ the_div|safe }}
</div>
</li> </li>
</ul> </ul>

View File

@@ -608,7 +608,7 @@
#theplot .bk-plot-layout { #theplot .bk-plot-layout {
position: auto; position: auto;
width: 100%; width: 90%;
height: auto; height: auto;
display: inline; display: inline;
} }