1
0
Fork 0

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 { .wizard-column {
margin: 0.5em 0; .wizard-field .input-area {
margin: 0.5em 0;
}
.wizard-column-contents h1 {
margin: 0
}
} }
.combo-box { .combo-box {