-
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
#21244 Fixed WhiteSpace issue in product grid #21929
Conversation
There are some whitespaces in between li tags, that's why product grid showing 3 products instead of 4 also mention in #20140
Hi @shrinet. Thank you for your contribution
For more details, please, review the Magento Contributor Assistant documentation |
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.
@@ -480,6 +480,7 @@ | |||
.products-grid { | |||
.product-items { | |||
margin: 0; | |||
font-size: 0; |
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.
It would be better to use .lib-inline-block-space-container()
and .lib-inline-block-space-item()
mixins for this purpose.
Please check lib/web/css/source/lib/_utilities.less:252
for more details.
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 @dmytro-ch for valuable suggestion, I am making changes.
Hi @shrinet, thank you for your contribution! |
Description (*)
Fixed Issues (if relevant)
Manual testing scenarios (*)
Contribution checklist (*)