mirror of
https://github.com/discourse/discourse.git
synced 2025-05-19 02:33:56 +08:00
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…
x
Reference in New Issue
Block a user