From 85ef8e5a9f33fd7a008531561c930ed45414766a Mon Sep 17 00:00:00 2001 From: Angus McLeod Date: Fri, 19 Oct 2018 12:33:45 +1100 Subject: [PATCH] auto is not a valid value for min/max height (#6509) --- app/assets/stylesheets/wizard.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/stylesheets/wizard.scss b/app/assets/stylesheets/wizard.scss index a35b7830b18..678fa956862 100644 --- a/app/assets/stylesheets/wizard.scss +++ b/app/assets/stylesheets/wizard.scss @@ -540,7 +540,7 @@ body.wizard { margin: auto !important; } .wizard-step-form { - max-height: auto; + max-height: none; } .wizard-step-contents { min-height: auto !important;