Skip to content

Commit b89e07c

Browse files
committed
Fix blockified cart/checkout select2-container--open width
1 parent 7109128 commit b89e07c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

assets/scss/bootscore-woocommerce/_wc-checkout.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -384,6 +384,11 @@ table.shop_table.woocommerce-checkout-review-order-table tr {
384384
display: none;
385385
}
386386

387+
// Fix blockified cart/checkout select2-container--open width
388+
// https://github.com/bootscore/bootscore/pull/1024
389+
.select2-container {
390+
width: auto;
391+
}
387392
}
388393

389394
// Validation

0 commit comments

Comments
 (0)