From 7d50563666a02fe59cfbfca900349601e03ec415 Mon Sep 17 00:00:00 2001 From: Salandora Date: Mon, 31 Aug 2015 08:54:03 +0200 Subject: [PATCH] Custom Control fix in less file (cherry picked from commit 10ad8dd) --- src/octoprint/static/less/octoprint.less | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/octoprint/static/less/octoprint.less b/src/octoprint/static/less/octoprint.less index 2ac2098d..c1b8daf6 100644 --- a/src/octoprint/static/less/octoprint.less +++ b/src/octoprint/static/less/octoprint.less @@ -611,11 +611,11 @@ ul.dropdown-menu li a { } } - .custom_section_horizontal .custom_control { + .custom_section_horizontal > .custom_control { display: inline-block; } - .custom_section_vertical .custom_control { + .custom_section_vertical > .custom_control { display:block; }