auto is not a valid value for min/max height (#6509)
This commit is contained in:
parent
22ada32d4d
commit
85ef8e5a9f
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue