Use calc() on .col-form-label padding calculations
Fixes #21135. There's a height mismatch here because we're setting padding on the labels, while inputs get padding *and* a top+bottom border. This now uses calc to determine the exact height needed to match labels to inputs.
Showing
+6 -6
Please register or sign in to comment