-
Notifications
You must be signed in to change notification settings - Fork 69
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix WooPay component spacing #9748
Conversation
Test the buildOption 1. Jetpack Beta
Option 2. Jurassic Ninja - available for logged-in A12s🚀 Launch a JN site with this branch 🚀 ℹ️ Install this Tampermonkey script to get more options. Build info:
Note: the build is updated when a new commit is pushed to this PR. |
Size Change: -1.05 kB (0%) Total Size: 1.34 MB
ℹ️ View Unchanged
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@alefesouza correct me if I am wrong. I noticed if we remove below mentioned code can fix the styling. Let me know what do you think.
- It seems we have extra line added here.
- Remove these code will get the line back for payment options.
-
Remove margin from
#remember-me
for @media<600 solves theAdd a note to your order
top gap issue -
Remove this and this margin removes the gap above
Add a note to your order
.
Recording of remove above mentioned code, WooPay enabled, Blocks seperator disabled:
remove.code.separator.disabled.woopay.enabled.mov
cc @pierorocca
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for double-checking!
I see you revert this PR here, and I believe .without-margin-right
is no longer needed from here and here. This styling seems redundant if we have only one checkbox under wc-block-components-checkbox
.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@alefesouza Thank you for the fixes! I tested again and looking good to me. 👍
* develop: Ensure ECE button load events are triggered for multiple buttons on the same page (#9845) Payouts: Add payout bank reference key to payout reports and CSV (#9832) Fix WooPay component spacing (#9748) Use paragraph selector instead of label for pmme appearance (#9840) Allow redirect to the settings page from WCPay connect (#9827) Update references to woocommerce_payments_server (#9824) Fix return types in DocBlocks (#9815) Fix WooPay trial subscriptions purchases (#9778)
Fixes #9699
Changes proposed in this Pull Request
This PR fixes the WooPay component spacing and border issues on mobile.
Testing instructions
Test on desktop and mobile viewports.
Save my info
should be shownSave my info
component should be hiddennpm run changelog
to add a changelog file, choosepatch
to leave it empty if the change is not significant. You can add multiple changelog files in one PR by running this command a few times.Post merge