Created by: andrewbelcher
To get select
s matching the size of text inputs, a calculation is done which includes the width of the border. However, it uses $border-width instead
of $input-btn-border-width
, which means if the two don't match, your select
s have the wrong height.
Fixes #22011 (closed).