Skip to content

fix(web): workspace view-tab strip no longer clips at ~1280px#152

Merged
mvalancy merged 1 commit into
devfrom
fix/topbar-tab-strip-fit
Jun 21, 2026
Merged

fix(web): workspace view-tab strip no longer clips at ~1280px#152
mvalancy merged 1 commit into
devfrom
fix/topbar-tab-strip-fit

Conversation

@mvalancy

Copy link
Copy Markdown
Member

The 8 view tabs silently clipped at 1280px on the live site (overflow-x-auto + no-scrollbar hid the last tab once selector + Connected + Collaborators took the row). Measured: tab group 578px > 548px available → 30px hidden.

Trim the group 578px → 500px (fits with ~48px headroom) without dropping labels: tighter padding/gaps/min-w + right-sized icons (lg 40px→32px). Verified strip fits at 1280/1366/1440/1680/1920; typecheck + smoke 5/5.

🤖 Generated with Claude Code

On the live site (which also shows the Collaborators status button), the 8 view
tabs silently clipped at 1280px wide — the strip's overflow-x-auto + no-scrollbar
hid the last tab (~30px) once the selector + Connected + Collaborators consumed
the row. Measured live: group 578px > 548px available → 30px hidden.

Trim the tab group's intrinsic width from 578px to 500px (fits 548 with ~48px
headroom) without dropping labels: tighter button padding (px-3→px-2), tighter
inner gaps/padding (gap-1→gap-0.5, p-2→p-1.5), smaller min-w, and right-size the
oversized icons (lg:h-10/40px → lg:h-8/32px). Verified: typecheck + smoke 5/5,
and the strip fits 1280/1366/1440/1680/1920 with no hidden tabs.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@mvalancy mvalancy merged commit 5b5960b into dev Jun 21, 2026
@mvalancy mvalancy deleted the fix/topbar-tab-strip-fit branch June 21, 2026 22:34
@github-actions

Copy link
Copy Markdown

🧪 Comprehensive Test Suite

  • Unit suites (Node 18.x & 20.x) — core, web, server, mcp-server: ✅ passed
  • Installer & deploy config: ✅ passed

Full-stack smoke gate runs in the CI workflow.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant