I've increased the font size of all of the text, email, url, tel, number etc inputs across all forms. Now that these text inputs are higher, when labels are left aligned, they are not vertically aligned. I can correct this by increasing the line height of the labels by targeting .gform_wrapper .gfield_label
. But this increases the line-height of all labels, including radio buttons and select inputs, which then makes them misaligned.
How can I increase the line-height of the labels for just the text type inputs?
EDIT: Here's my form.
Or could there be another way to achieve the vertical label alignment?