-
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
Added space above error message. #21074
Added space above error message. #21074
Conversation
Hi @suryakant-krish. Thank you for your contribution
For more details, please, review the Magento Contributor Assistant documentation |
Hi @dmytro-ch, thank you for the review. |
@magento-engcom-team give me test instance |
Hi @Karlasa. Thank you for your request. I'm working on Magento instance for you |
Hi @Karlasa, here is your new Magento instance. |
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.
@suryakant-krish @dmytro-ch
This fix looks bit too general and will affect a lot of other places that has this class.
maybe add margin into #validation-message-box and under grouped product module?
@Karlasa, thank you for the update. I was also thinking about that but decided that having kind of base But yes, I agree that it makes sense to make the changes for grouped products only for this particular case in order to avoid some unexpected behavior. Thank you! |
@dmytro-ch and @Karlasa I have updated code only for group product used page layout handle hierarchy. Please review this and let me know. |
@magento-engcom-team give me test instance |
Hi @sivaschenko. Thank you for your request. I'm working on Magento instance for you |
Hi @sivaschenko, here is your new Magento instance. |
@@ -293,6 +293,12 @@ | |||
} | |||
} | |||
|
|||
.page-product-grouped { |
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.
Grouped product specific code should be placed under right module Magento__GroupedProduct in this case.
I have moved code under "Magento__GroupedProduct". |
app/design/frontend/Magento/luma/Magento_GroupedProduct/web/css/source/_module.less
Show resolved
Hide resolved
@@ -293,6 +293,8 @@ | |||
} | |||
} | |||
|
|||
|
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.
remove these 2 added lines :)
@suryakant-krish |
I have updated code as you have mentioned. |
Hi @Karlasa, thank you for the review. |
✔️ QA passed |
Hi @suryakant-krish, thank you for your contribution! |
Description (*)
Fixed Issues (if relevant)
Manual testing scenarios (*)
Actual Result.
Expected Result.
Contribution checklist (*)