0
0
Fork 1
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:
Makary 2019-03-26 04:17:23 +01:00 committet von GitHub
Ursprung 4316e6c6ce
Commit aea4d2f1c2
Es konnte kein GPG-Schlüssel zu dieser Signatur gefunden werden
GPG-Schlüssel-ID: 4AEE18F83AFDEB23

Datei anzeigen

@ -297,3 +297,7 @@
margin-left: 15px;
}
}
.wizard-step-contents{
height: unset !important;
}