-
Notifications
You must be signed in to change notification settings - Fork 738
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 alignment of language buttons in setup flow #13024
base: develop
Are you sure you want to change the base?
Fix alignment of language buttons in setup flow #13024
Conversation
Hi @malviya-rajveer, thanks! Would you please post before/after screenshot? Also for next time, it's best to keep the pull request description template and fill it in as it guides you to provide information that's needed. Also, before working on an issue, next time I'd suggest you ask for an assignment first. See more in the contributing guidelines. |
Build Artifacts
|
Hello @MisRob, thank you for reviewing my pull request! I really appreciate your time and feedback. I apologize for not including the before/after screenshots; I understand how important they are for clarity. I'll be sure to follow the pull request description template more closely in the future. I also appreciate your suggestion regarding assignment requests before working on issues. I’ll make sure to refer to the contributing guidelines next time. Thank you for your guidance! |
No worries and thank you @malviya-rajveer |
@@ -149,6 +149,10 @@ | |||
padding-left: 8px; | |||
} | |||
.px-6 { | |||
padding-bottom: 6px; |
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.
I think we can take this to 2px.
@@ -48,6 +48,7 @@ | |||
.px-8 { | |||
padding-right: 8px; | |||
padding-bottom: 4px; |
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.
2px here too
Hi @malviya-rajveer I left you a few minor comment. From this PR I can still see this |
Hi @AllanOXDi, I've implemented the changes you suggested. Please review it thank you!! |
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 @malviya-rajveer
Summary
fixes Fix alignment of language buttons in setup flow #12298
before alignment of languages
After alignment of languages