the labels for form elements are positioned in front of the fields.
the css also affects labels for checkboxes/radio buttons.
the following snippet prevents it:
#main label.option {
float: none;
left: 0;
margin: 0;
top: 0;
}
the labels for form elements are positioned in front of the fields.
the css also affects labels for checkboxes/radio buttons.
the following snippet prevents it:
#main label.option {
float: none;
left: 0;
margin: 0;
top: 0;
}
Comments
Comment #2
hanno commentedthanks, fixed in dev.
Comment #3
BarisW commentedHi Hanno. This issue is filed against the 1.2 tag, but you fixed it in the 3.x branch. Is that correct?
Also, the commit only contains .scss changes. The compiled CSS is not part of the commit?
Comment #4
BarisW commentedComment #5
hanno commentedAh, both issues form rikvd were valid for the 7.3 branch, so I verifiy the version number. @rikvd do the bugs also appear in 7.1.2?
I didnt commit the css file indeed. will do.
Comment #7
hanno commented