We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7109128 commit b89e07cCopy full SHA for b89e07c
assets/scss/bootscore-woocommerce/_wc-checkout.scss
@@ -384,6 +384,11 @@ table.shop_table.woocommerce-checkout-review-order-table tr {
384
display: none;
385
}
386
387
+ // Fix blockified cart/checkout select2-container--open width
388
+ // https://github.com/bootscore/bootscore/pull/1024
389
+ .select2-container {
390
+ width: auto;
391
+ }
392
393
394
// Validation
0 commit comments