Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
👋 Codeowner Review RequestThe following codeowners have been identified for the changed files: Team reviewers: @nodejs/nodejs-website Please review the changes when you have a chance. Thank you! 🙏 |
There was a problem hiding this comment.
Pull request overview
Adjusts spacing in the search UI to reduce perceived empty space in the modal.
Changes:
- Adds top padding to the search suggestions wrapper (
pt-2). - Removes top padding from the search results wrapper (removes
pt-3).
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| packages/ui-components/src/Common/Search/Suggestions/index.module.css | Adds top padding to the suggestions container. |
| packages/ui-components/src/Common/Search/Results/index.module.css | Removes top padding from the results container. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
You can also share your feedback on Copilot code review. Take the survey.
📦 Build Size ComparisonSummary
Changes➕ Added Assets (1)
➖ Removed Assets (1)
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #8725 +/- ##
=======================================
Coverage 75.11% 75.11%
=======================================
Files 104 104
Lines 9167 9167
Branches 315 315
=======================================
Hits 6886 6886
Misses 2279 2279
Partials 2 2 ☔ View full report in Codecov by Sentry. |
Just a little DOM editing to mimic what this component looks like in doc-kit :D |

Fixes nodejs/doc-kit#670
Supersedes nodejs/doc-kit#678
Supersedes #8724