-
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 margins on payment methods at checkout #5422
Fix margins on payment methods at checkout #5422
Conversation
Size Change: +2 B (0%) Total Size: 1.14 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.
Margins around payment methods are looking much better now. Thanks for working on this @timur27. It looks like we might want some design feedback, but adding my approval since this meets the acceptance criteria.
Thanks for the ping, @FangedParakeet One small thing is the alignment is slightly off between the "Save payment info" checkbox and checkbox copy. The text needs to be slightly higher to create that horizontal alignment. Everything else looks great. |
Thanks, @elizaan36, for this super helpful feedback! It turned out that the misalignment occurred only on Chrome. Right now, it has been fixed, and all browsers (Chrome, Firefox, Safari) display the checkbox and the label text aligned horizontally. May I kindly ask you to have a quick glance at it whenever your time allows, and please let me know if we can improve anything else or if the changes meet all the current design requirements. Many thanks for your time! @mdmoore would you be so kind as to check these changes in fb9e83f and their effect in Chrome, Firefox, and Safari? Thanks for your time!
|
Thanks @timur27. Looks good to me. |
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.
Checkbox alignment is looking good in Chrome, Firefox, and Safari. Thanks Timur!
Fixes #5272
Changes proposed in this Pull Request
This PR
Testing instructions
fix/payment-method-styles
and the acceptance criteria described here are all met.npm 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