Created by: rcartwright
The inline check boxes and radio buttons are incorrectly aligned when there is more than one row of them. All of the other rows are inconsistent with the first row. Here is an example of the problem: http://jsbin.com/qomeka/11/edit?html,output
Something similar was brought up in this issue #3123 (closed) but the problem does not only lie in modals but everything. Even if you have just a few check boxes that overflow on the next line, it still doesn't look very good.
Please take a look at my suggested fix. Thanks!
Also making them all with a right margin instead of left makes everything consistent with how it currently is with the first row.