fix: table empty state layout#337
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
PR SummaryLow Risk Overview Reviewed by Cursor Bugbot for commit 3a9dab9. Bugbot is set up for automated code reviews on this repo. Configure here. |
2605750 to
51df59c
Compare
There was a problem hiding this comment.
Pull request overview
This PR adjusts the TableEmptyState row markup to restore the intended “shared” empty-state layout so the icon + text children render inline (without an extra wrapper that previously contributed to wrapping/layout issues).
Changes:
- Moves the empty-state typography/layout classes onto the
index === 1row container. - Removes the inner wrapper around
childrenand renderschildrendirectly for the “content row”.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit 4ed4d19. Configure here.

Summary
Test plan