auto is not a valid value for min/max height (#6509)

This commit is contained in:
Angus McLeod 2018-10-19 12:33:45 +11:00 committed by Kris
parent 22ada32d4d
commit 85ef8e5a9f
1 changed files with 1 additions and 1 deletions

View File

@ -540,7 +540,7 @@ body.wizard {
margin: auto !important; margin: auto !important;
} }
.wizard-step-form { .wizard-step-form {
max-height: auto; max-height: none;
} }
.wizard-step-contents { .wizard-step-contents {
min-height: auto !important; min-height: auto !important;