Change instance of row to row-fluid to avoid conflict with responsive CSS

This commit is contained in:
Kevin Murphy 2015-10-30 11:18:44 -04:00
parent 6c622f7c43
commit 65efcec008

View file

@ -1,5 +1,5 @@
{% if enableTemperatureGraph %}
<div class="row" style="padding-left: 20px">
<div class="row-fluid">
<div id="temperature-graph"></div>
</div>
{% endif %}