fix: remove excess margin between types#532
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #532 +/- ##
=======================================
Coverage 79.82% 79.82%
=======================================
Files 121 121
Lines 12017 12017
Branches 840 840
=======================================
Hits 9593 9593
Misses 2421 2421
Partials 3 3 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
There was a problem hiding this comment.
Pull request overview
This PR addresses excess margin between type links in API documentation tables. The change removes right margin from consecutive anchor elements that represent different types, as these types are already visually separated by the | character.
Key Changes:
- Added CSS rule to remove
margin-rightfrom consecutive anchor elements (a + a) within table cells inside overflow containers
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Description
Different types are already separated by
|, so there's no need to add extra margins through styles.Validation
Related Issues
Check List
node --run testand all tests passed.node --run format&node --run lint.