1
0
Fork 0

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 {