You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
It seems that in 9.2.0 the payment request buttons now for some reason don’t take up 100% width of their container, which prevents a styling mismatch between the normal add to cart button and the ECE buttons
Go to 'any product page where there is just GPay and Apple Pay or checkout'
Click on '....'
Scroll down to 'payment request button and see the smaller sizing now because of the styling'
See error
Expected behavior
Buttons to be full width as no AmazonPay is in the UK so all UK stores have this styling issuing due to the new wrap that's been added
Screenshots
If applicable, add screenshots to help explain your problem.
Environment (please complete the following information):
WordPress Version - 6.7.2
WooCommerce Version - 9.7.0
Stripe Plugin Version - 9.2.0
Browser [e.g. chrome, safari] and Version - any browser as it's just linked to the new styling add for Amazon Pay
Describe the bug
It seems that in 9.2.0 the payment request buttons now for some reason don’t take up 100% width of their container, which prevents a styling mismatch between the normal add to cart button and the ECE buttons
It’s to do with the change in the file
/build/express_checkout.css
As now it’s including all this
Whereas previously all that was there had nothing to do with the display flex or wrap
https://github.com/woocommerce/woocommerce-gateway-stripe/blob/6b6cf5010dbdcf50c050e8909a52a6b032c02d11/client/entrypoints/express-checkout/styles.scss
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Buttons to be full width as no AmazonPay is in the UK so all UK stores have this styling issuing due to the new wrap that's been added
Screenshots
If applicable, add screenshots to help explain your problem.
Environment (please complete the following information):
Additional context
Topic first mentioned here - https://wordpress.org/support/topic/9-2-0-payment-buttons-not-100-width-size/
The text was updated successfully, but these errors were encountered: