Skip to content

fix(settings): widen page so the connections table isn't clipped - #10

Merged
bartbeecoders merged 1 commit into
mainfrom
fix/settings-width
Jun 15, 2026
Merged

fix(settings): widen page so the connections table isn't clipped#10
bartbeecoders merged 1 commit into
mainfrom
fix/settings-width

Conversation

@bartbeecoders

Copy link
Copy Markdown
Owner

The Settings page was capped at max-width: 760px, but the kubeconfig/connections table needs ~1000px for its six columns (Name, Type, Description, Namespace, Path/Endpoint, Actions). At 760px the right-hand action buttons (Connect/Switch · Edit · ✕) were cut off — .table-wrap only kept them reachable via horizontal scroll.

Fix

Raise .settings max-width to 1080px so the full table fits; prose fields still stay at a readable width.

Test

  • npm run build
  • Settings → connections table now shows all columns including the action buttons without horizontal scroll.

🤖 Generated with Claude Code

The settings page was capped at 760px, but the kubeconfig/connections
table needs ~1000px for its six columns — the action buttons on the
right were cut off (or forced behind a horizontal scroll). Raise the cap
to 1080px; prose fields still wrap comfortably.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@bartbeecoders
bartbeecoders merged commit c2a81c8 into main Jun 15, 2026
3 checks passed
@bartbeecoders
bartbeecoders deleted the fix/settings-width branch June 15, 2026 18:22
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