From 65efcec0081c2d258bc95dc400f36cad085beadd Mon Sep 17 00:00:00 2001 From: Kevin Murphy Date: Fri, 30 Oct 2015 11:18:44 -0400 Subject: [PATCH] Change instance of row to row-fluid to avoid conflict with responsive CSS --- src/octoprint/templates/tabs/temperature.jinja2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/octoprint/templates/tabs/temperature.jinja2 b/src/octoprint/templates/tabs/temperature.jinja2 index 90622dcd..10344342 100644 --- a/src/octoprint/templates/tabs/temperature.jinja2 +++ b/src/octoprint/templates/tabs/temperature.jinja2 @@ -1,5 +1,5 @@ {% if enableTemperatureGraph %} -
+
{% endif %}