Adding a label to the select results in the label's text aligned at text bottom with the lower border of the select.
<label for="test">label</label>
<select id="test" ... />
How to align a label vertically centered with the select without having to adapt multiple styles from it?
Adding a label to the select results in the label's text aligned at text bottom with the lower border of the select.
How to align a label vertically centered with the select without having to adapt multiple styles from it?