width 100% on checkboxes makes it center aligned. How can I counter this?
- by nick
I am setting all inputs to a 100% width via CSS. However, checkboxes are center aligned for some reason.
Anyway to counter this?
I don't want to have to use attribute selection via css since they're not fully supported.