Merge pull request #1221 from eversionsystems/patch-2

Update woocommerce.scss to fix coupon field size
This commit is contained in:
Dane Morgan 2021-08-05 02:10:54 -05:00 committed by GitHub
commit ca33f56023
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -8,9 +8,9 @@ figure.woocommerce-product-gallery__wrapper {
max-width: inherit !important;
}
// Fix coupon code input width
// Fix coupon code input width for cart, apply only to the cart as it will break the checkout field width
@media(min-width: 768px) {
#coupon_code.input-text {
.woocommerce-cart #coupon_code.input-text {
width: 110px !important;
}
}