-
-
Notifications
You must be signed in to change notification settings - Fork 6.4k
fix(table): only apply border to immediate td
children
#7911
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
Conversation
Signed-off-by: Aviv Keller <[email protected]>
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
✅ All tests successful. No failed tests found. Additional details and impacted files@@ Coverage Diff @@
## main #7911 +/- ##
==========================================
+ Coverage 75.35% 75.41% +0.05%
==========================================
Files 96 96
Lines 8350 8354 +4
Branches 220 219 -1
==========================================
+ Hits 6292 6300 +8
+ Misses 2056 2052 -4
Partials 2 2 ☔ View full report in Codecov by Sentry. |
I think we have a story for this css part maybe add one more test case |
Lighthouse Results
|
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.
LGTM, tysm <3
@AugustinMauroy PTAL at the updated Story |
Fast-tracking as a bug fix for api-docs-tooling! |
Fixes a bug where tables-in-tables wouldn't have their borders applied correctly:
CC @ovflowd