Hey @TuxCare_HS , your select box has a CSS height of 38 pixels but you also have padding.
The math doesn’t work. ![]()
In the site’s CSS, you either fix the padding for selects or add a select height: auto;
See it fixed here:
| |||||||||||||||||||||
Hey @TuxCare_HS , your select box has a CSS height of 38 pixels but you also have padding.
The math doesn’t work. ![]()
In the site’s CSS, you either fix the padding for selects or add a select height: auto;
See it fixed here:
| |||||||||||||||||||||