From 22ce5c7ec7873566e0b14a88e5e55cc1bba562af Mon Sep 17 00:00:00 2001 From: ntoff Date: Sat, 18 Nov 2017 07:55:30 +1000 Subject: [PATCH] increase the div width in settings to 90% --- octoprint_fanspeedslider/static/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/octoprint_fanspeedslider/static/css/style.css b/octoprint_fanspeedslider/static/css/style.css index 228bc94..bc5b673 100644 --- a/octoprint_fanspeedslider/static/css/style.css +++ b/octoprint_fanspeedslider/static/css/style.css @@ -1,3 +1,3 @@ div#settings_plugin_fanspeedslider div { - width: 80%; + width: 90%; } \ No newline at end of file