0
0
Fork 1
Spiegel von https://github.com/paviliondev/discourse-custom-wizard.git synchronisiert 2024-11-22 09:20:29 +01:00

Remove bottom margin from step titles

Dieser Commit ist enthalten in:
Angus McLeod 2019-08-27 09:34:48 +10:00
Ursprung 243343987a
Commit a52b54c463

Datei anzeigen

@ -252,8 +252,14 @@
}
}
.wizard-column .wizard-field .input-area {
margin: 0.5em 0;
.wizard-column {
.wizard-field .input-area {
margin: 0.5em 0;
}
.wizard-column-contents h1 {
margin: 0
}
}
.combo-box {