From aea4d2f1c2bc18121895369f2f3bb3730393386b Mon Sep 17 00:00:00 2001 From: Makary Date: Tue, 26 Mar 2019 04:17:23 +0100 Subject: [PATCH] Fix for wizard height issue This should take care of the layout issue mentioned below https://meta.discourse.org/t/custom-wizard-plugin/73345/272?u=makarygo --- assets/stylesheets/wizard_custom_admin.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/assets/stylesheets/wizard_custom_admin.scss b/assets/stylesheets/wizard_custom_admin.scss index 1211ab49..10efb43a 100644 --- a/assets/stylesheets/wizard_custom_admin.scss +++ b/assets/stylesheets/wizard_custom_admin.scss @@ -297,3 +297,7 @@ margin-left: 15px; } } + +.wizard-step-contents{ + height: unset !important; +}