-
Notifications
You must be signed in to change notification settings - Fork 3.3k
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
[#12230] Extension Confirm Modal: Misplaced submit buttons on mobile #12401
[#12230] Extension Confirm Modal: Misplaced submit buttons on mobile #12401
Conversation
…sion confirmation modal on mobile. The problem had to do with padding styling that was attached to the modal-footer class. Instead of removing that styling, as I didn't know what other modals used it, I decided to use bootstrap5 classes that override the padding for the buttons. Resolves: #12230
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.
Hi @hollymvargas, Thank you for your contribution!
Would it be possible to update the snapshot tests as well? I believe they are currently failing from the changes.
…sion confirmation modal. Changed the line that was failing to match the new changes I made. Related to: #12230
Ready for review! I updated the test accordingly. |
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.
LGTM! Thanks for the contribution
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.
LGTM!
Fixes #12230
Outline of Solution
The problem had to do with padding styling that was attached to the modal-footer class. Instead of removing that styling, as I didn't know what other modals used it, I decided to use bootstrap5 padding classes to override it.
Screenshot before the fix:
Screenshot after the fix: