Had a little trouble with this myself.
Adding a height of say 3em fixes it but changing the padding-top can fix without changing the height.
.woocommerce div.product.elementor form.cart table.variations td.value::before, .woocommerce div.product.elementor form.cart table.variations td.value select {
padding-top: .1em;
/* height: 3em; */
}
Using auto didn’t work too well.
-
This reply was modified 5 years, 8 months ago by markmurphy1974. Reason: Typo