0
0
Fork 1
Spiegel von https://github.com/paviliondev/discourse-custom-wizard.git synchronisiert 2024-09-19 23:31:11 +02:00

Tweak checkbox field description css

Dieser Commit ist enthalten in:
Angus McLeod 2022-06-02 18:00:01 +02:00
Ursprung d000bc7665
Commit 717aedb607

Datei anzeigen

@ -59,13 +59,16 @@
& > label.field-label {
order: 1;
font-weight: 400;
}
& > .field-description {
margin-top: 0;
order: 2;
}
& > .field-label + .field-description {
margin-left: .5em;
}
}
.url-field input {