Merge pull request #1221 from eversionsystems/patch-2
Update woocommerce.scss to fix coupon field size
This commit is contained in:
commit
ca33f56023
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue