0
0
Fork 1
Spiegel von https://github.com/paviliondev/discourse-custom-wizard.git synchronisiert 2024-11-10 04:12:53 +01: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 { & > label.field-label {
order: 1; order: 1;
font-weight: 400;
} }
& > .field-description { & > .field-description {
margin-top: 0; margin-top: 0;
order: 2; order: 2;
} }
& > .field-label + .field-description {
margin-left: .5em;
}
} }
.url-field input { .url-field input {