fix(dashboard): gap and size of crumb popover#6406
Merged
Conversation
Contributor
There was a problem hiding this comment.
✅ No new issues found.
Reviewed changes — a purely visual Tailwind tweak to the breadcrumb popover, tightening row spacing and shrinking text/icon sizes to match other popovers in the codebase.
- Shrink search input text —
CommandInputgetstext-[13px]plusplaceholder:text-[13px] placeholder:text-accent-8for a smaller, dimmer placeholder. - Tighten item rows — item
CommandItemclassName goes fromgap-2toflex items-center gap-2 py-1 mt-0, reducing vertical spacing. - Reduce check icon size — removing
size-3.5from theCheckicon lets it render at 12px fromiconSize="sm-regular"(thesize-3.5CSS was previously overriding the SVG's 12px width/height attributes). - Tighten footer rows — both footer variants (
Linkand bareCommandItem) move toflex items-center gap-2 py-1 mt-0, and theLinkvariant addsoverflow-hidden.
ℹ️ Nitpicks
crumb-popover.tsx:139— the footerIconstill carriessize-3.5(14px) while the itemCheckicon was reduced to 12px (sm-regular). If the intent was to standardize onsm-regular, the footer icon is now slightly larger than the check mark; otherwise this is fine to leave as-is.
Claude Opus | 𝕏
chronark
approved these changes
Jun 10, 2026
dave-hawkins
approved these changes
Jun 10, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

What does this PR do?
Fixes sizes for crumb popover and reduces spacing between items to match other popovers in the codebase
Screen.Recording.2026-06-10.at.12.37.10.mov