Skip to content

Commit b2a8444

Browse files
committed
Fix checkout select2-container width
1 parent 388d7ad commit b2a8444

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

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

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -383,14 +383,16 @@ table.shop_table.woocommerce-checkout-review-order-table tr {
383383
.select2-container--default .select2-selection--single .select2-selection__arrow {
384384
display: none;
385385
}
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-
}
386+
}
387+
388+
389+
// Fix blockified cart/checkout select2-container--open width
390+
// https://github.com/bootscore/bootscore/pull/1024
391+
.select2-container {
392+
width: auto;
392393
}
393394

395+
394396
// Validation
395397
.woocommerce form {
396398
.form-row {

0 commit comments

Comments
 (0)