-
Notifications
You must be signed in to change notification settings - Fork 9.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
[Correct both Menu spacing issue] #26238
[Correct both Menu spacing issue] #26238
Conversation
Hi @hitesh-wagento. Thank you for your contribution
For more details, please, review the Magento Contributor Guide documentation. |
Can you please guide me how can I resolve Functional Tests error. Thanks |
Hi @hitesh-wagento, |
Hi @dmytro-ch Thank you for the reply I have merged 2.4-develop in my branch Thanks |
@@ -154,7 +154,7 @@ | |||
&.greet.welcome { | |||
border-top: 1px solid @color-gray82; | |||
font-weight: @font-weight__bold; | |||
padding: .8rem @indent__base; | |||
padding: .8rem 15px; |
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.
Please use @submenu__padding-left variable.
@@ -168,7 +168,7 @@ | |||
.lib-css(text-decoration, @navigation-level0-item__text-decoration); | |||
display: block; | |||
font-weight: @font-weight__bold; | |||
padding: .8rem @indent__base; | |||
padding: .8rem 15px; |
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.
Please use @submenu__padding-left variable.
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.
Changes requested.
@submenu__padding-left variable has value of 15px and can be found in lib/web/css/source/lib/variables/_navigation.less
Hi @ptylek I have done changes as per your requirement Thanks |
@hitesh-wagento unfortunately, only members of the maintainers team are allowed to remove progress related labels to the pull request |
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.
Hey, @submenu__padding-left is equal to 15px therefore this line and another one should appear as:
padding: .8rem @submenu__padding-left;
Hi @ptylek Sorry for the mistake I have again changed and push my changes Thanks |
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.
Thanks for your contribution!
Hi @ptylek, thank you for the review. |
Hi @dmytro-ch, thank you for the review. |
✔️ QA passed |
Hi @hitesh-wagento, thank you for your contribution! |
Description (*)
Fixed both Menu spacing issues in the mobile view.
Fixed Issues (if relevant)
Manual testing scenarios (*)
Expected result
Actual result
Contribution checklist (*)