-
Notifications
You must be signed in to change notification settings - Fork 25
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
Fix misaligned list borders #3781
Conversation
Thanks for the PR! 🎉 We've deployed an automatic preview for this PR - you can see your changes here:
|
Visual diff tests failed - pull request #3782 has been opened with the updated goldens. |
Co-authored-by: github-actions <[email protected]>
Visual diff tests failed - pull request #3785 has been opened with the updated goldens. |
Co-authored-by: github-actions <[email protected]>
#3782 is the vdiff PR to review the report. I split it into two because the second one just changes the height of everything, producing a useless report. |
Visual diff tests failed - pull request #3786 has been opened with the updated goldens. |
Co-authored-by: github-actions <[email protected]>
🎉 This PR is included in version 2.131.6 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Currently, the borders between list items are not evenly spaced between the contents of those list items and also do not line up with the borders around a list item when it is hovered, causing a jitter/jumping effect.
Before and after:
Once visual diff finishes I'll run this by Jeff before proceding.