Open perkee opened 8 years ago
This adds support for sizes lg, sm, and xs for the FormSelect component. In order to center the arrows the SVG is now displayed as block and centered via position: absolute.
lg
sm
xs
FormSelect
position: absolute
This adds support for sizes
lg
,sm
, andxs
for theFormSelect
component. In order to center the arrows the SVG is now displayed as block and centered viaposition: absolute
.