-
Notifications
You must be signed in to change notification settings - Fork 9.4k
TASK || Left Side Back End Menu Design fix #18687 #25319
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
Conversation
Hi @angelgonzalezi4. Thank you for your contribution
For more details, please, review the Magento Contributor Guide documentation. |
Hi @kalpmehta, thank you for the review. |
Thanks @angelgonzalezi4 for your contribution. I have tested this on one of the website I manage which had this issue for long time, it works like a charm! |
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.
Hello @angelgonzalezi4,
could you please also fix the code styling issues reported by Static Test?
Thank you!
width: 100vw; | ||
display: -webkit-inline-flex; | ||
display: -ms-inline-flexbox; | ||
display: inline-flex; |
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 guess It's better to use the corresponding mixin:
display: inline-flex; | |
.lib-vendor-prefix-display(inline-flex); |
-moz-flex-wrap: wrap; | ||
-ms-flex-wrap: wrap; | ||
-o-flex-wrap: wrap; | ||
flex-wrap: wrap; |
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.
flex-wrap: wrap; | |
.lib-vendor-prefix-flex-wrap(wrap); |
Hi @angelgonzalezi4, can you please make the changes suggested by @dmytro-ch ? I would love to see this getting merged. |
Until the weekend most probably i cant do It bit i Will try it :S
El mié., 13 nov. 2019 5:00, Kalpesh Mehta <[email protected]>
escribió:
… Hi @angelgonzalezi4 <https://github.com/angelgonzalezi4>, can you please
make the changes suggested by @dmytro-ch <https://github.com/dmytro-ch> ?
I would love to see this getting merged.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#25319?email_source=notifications&email_token=ANTK6AC43FU7KZEO5DHN6ALQTN3VTA5CNFSM4JFRZGP2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOED4ZPVY#issuecomment-553228247>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ANTK6AENJCUB3URNHD33BPTQTN3VTANCNFSM4JFRZGPQ>
.
|
@angelgonzalezi4 , I am closing this PR now due to inactivity. |
Hi @angelgonzalezi4, thank you for your contribution! |
Is a fix to the task Left Side Back End Menu Design fix #18687
URL: #18687
Description (*)
Fixed Issues (if relevant)
Manual testing scenarios (*)
Questions or comments
Contribution checklist (*)