Merge pull request #877 from noelspringer/woocommerce-coupon-field

Fix for issue #876 - thx @noelspringer
This commit is contained in:
Holger 2018-12-28 09:36:34 +01:00 committed by GitHub
commit f3c23d0a8b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 16 additions and 5 deletions

File diff suppressed because one or more lines are too long

2
css/theme.min.css vendored

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -5,5 +5,12 @@
// Woocommerce product gallery slider width fix // Woocommerce product gallery slider width fix
figure.woocommerce-product-gallery__wrapper { figure.woocommerce-product-gallery__wrapper {
max-width: inherit !important; max-width: inherit !important;
}
// Fix coupon code input width
@media(min-width: 768px) {
#coupon_code.input-text {
width: 110px !important;
}
} }