-
Notifications
You must be signed in to change notification settings - Fork 687
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
Regression Fix - Content shifted under layered nav on PLP #3285
Regression Fix - Content shifted under layered nav on PLP #3285
Conversation
|
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.
Straight forward fix, content responsiveness is very smooth 👍 nice work.
display: flex; | ||
flex-wrap: wrap; | ||
flex-wrap: nowrap; |
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.
Tiny nitpick, but this should be the default so this line is redundant; consider removing.
flex-wrap: nowrap; |
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.
@tjwiebell Good find! I've removed the value and it's still working.
✅ QA Approved QA Verification Steps PWA-1897 |
Description
Fixing regression introduced by Layered Navigation where content shifts below the layered nav if an item's title exceeds the space available.
Related Issue
Fixes issue https://jira.corp.magento.com/browse/PWA-1897
Acceptance
Verification Stakeholders
@revanth0212
Verification Steps
Test scenario(s) for direct fix/feature
Is Browser/Device testing needed?
Yes, device testing is needed as layered nav + gallery UI components may be impacted on mobile and desktop
Breaking Changes (if any)
Layout/targetable references of category content changed.
Checklist