Skip to content

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

Closed

Conversation

angelgonzalezi4
Copy link

@angelgonzalezi4 angelgonzalezi4 commented Oct 27, 2019

Is a fix to the task Left Side Back End Menu Design fix #18687
URL: #18687

Description (*)

Fixed Issues (if relevant)

  1. magento/magento2#<issue_number>: Issue title

Manual testing scenarios (*)

  1. ...
  2. ...

Questions or comments

Contribution checklist (*)

  • Pull request has a meaningful description of its purpose
  • All commits are accompanied by meaningful commit messages
  • All new or changed code is covered with unit/integration tests (if applicable)
  • All automated tests passed successfully (all builds are green)

@m2-assistant
Copy link

m2-assistant bot commented Oct 27, 2019

Hi @angelgonzalezi4. Thank you for your contribution
Here is some useful tips how you can test your changes using Magento test environment.
Add the comment under your pull request to deploy test or vanilla Magento instance:

  • @magento give me test instance - deploy test instance based on PR changes
  • @magento give me 2.3-develop instance - deploy vanilla Magento instance

For more details, please, review the Magento Contributor Guide documentation.

@ghost ghost assigned kalpmehta Oct 28, 2019
@kalpmehta kalpmehta added Auto-Tests: Not Required Changes in Pull Request does not require coverage by auto-tests Award: category of expertise Award: bug fix labels Oct 28, 2019
@magento-engcom-team
Copy link
Contributor

Hi @kalpmehta, thank you for the review.
ENGCOM-6187 has been created to process this Pull Request

@kalpmehta
Copy link
Contributor

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!

Copy link
Contributor

@dmytro-ch dmytro-ch left a 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;
Copy link
Contributor

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:

Suggested change
display: inline-flex;
.lib-vendor-prefix-display(inline-flex);

-moz-flex-wrap: wrap;
-ms-flex-wrap: wrap;
-o-flex-wrap: wrap;
flex-wrap: wrap;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
flex-wrap: wrap;
.lib-vendor-prefix-flex-wrap(wrap);

@kalpmehta
Copy link
Contributor

Hi @angelgonzalezi4, can you please make the changes suggested by @dmytro-ch ? I would love to see this getting merged.

@angelgonzalezi4
Copy link
Author

angelgonzalezi4 commented Nov 13, 2019 via email

@VladimirZaets VladimirZaets self-assigned this Nov 25, 2019
@VladimirZaets
Copy link
Contributor

@angelgonzalezi4 , I am closing this PR now due to inactivity.
Please reopen and update if you wish to continue.
Thank you for collaboration

@m2-assistant
Copy link

m2-assistant bot commented Nov 25, 2019

Hi @angelgonzalezi4, thank you for your contribution!
Please, complete Contribution Survey, it will take less than a minute.
Your feedback will help us to improve contribution process.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Left Side Back End Menu Design fix
5 participants