fix(web): spacing/responsive nits (rhythm, grid, overflow, sort cue, ellipsis) #467
Loading…
Reference in a new issue
No description provided.
Delete branch "fix/BUNYIP-472-spacing-responsive-nits"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
What
Five UI nits (BUNYIP-455): F1 page-container space-y-8 -> space-y-6 (dashboard + docs-mgmt); F25 dashboard app-grid -> gap-6 md:grid-cols-2 lg:grid-cols-3; F18 three-dot -> single-char ellipsis in Stripe/seed placeholders; F17 dimmed up/down chevron on inactive sortable headers (new chevrons-up-down icon); F26 wrap the users grid in overflow-x-auto + min-width so it scrolls within its card at 375px.
Verify
just check-containerpasses (fmt + clippy + tests). Class/markup changes only.Closes BUNYIP-472.