Hi Caspar,
You could add a line of CSS to either your theme’s CSS option or if you are using a child theme the css file.
Navigate to: Dashboard => Theme Options => ‘Custom CSS/JS’.
.woocommerce div.product form.cart .variations select {
height: 45px;
}
Thanks,
David.