• Mark Otto's avatar
    Fix no-label checkboxes/radios · d31ec339
    Mark Otto authored
    Because we use `position: absolute` on our inputs, when there’s no
    label the `.checkbox` ends up having no computed height. To avoid
    rendering errors when there’s no label text, we reset the `position` to
    `static` for normal rendering.
    d31ec339
_forms.scss 10.2 KB