Spiegel von
https://github.com/paviliondev/discourse-custom-wizard.git
synchronisiert 2024-11-09 11:52:54 +01:00
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
Dieser Commit ist enthalten in:
Ursprung
4316e6c6ce
Commit
aea4d2f1c2
1 geänderte Dateien mit 4 neuen und 0 gelöschten Zeilen
|
@ -297,3 +297,7 @@
|
|||
margin-left: 15px;
|
||||
}
|
||||
}
|
||||
|
||||
.wizard-step-contents{
|
||||
height: unset !important;
|
||||
}
|
||||
|
|
Laden …
In neuem Issue referenzieren