Sorting drop-down styles are broken with WooCommerce installed

Woocommerce deactivated, everything is fine:

Activeted:

It is consitant with Chrome as wel as Firefox.

Thanks for reporting this issue, we’ll fix it in the next update. Please try this CSS snippet as a temporary fix:

.select2-container {
  width: auto;
}