Skip to content

fix: prevent horizontal scroll on Public URLs table when filters have long values#9116

Merged
ericokuma merged 1 commit intorelease-0.84from
cursor/APP-805-public-url-table-overflow-402a
Mar 25, 2026
Merged

fix: prevent horizontal scroll on Public URLs table when filters have long values#9116
ericokuma merged 1 commit intorelease-0.84from
cursor/APP-805-public-url-table-overflow-402a

Conversation

@ericokuma
Copy link
Copy Markdown
Contributor

Fixes the Public URLs settings table overflowing horizontally when filter chips contain long strings (e.g., long publisher IDs).

Changes in PublicURLsResourceTable.svelte:

  • table-fixed layout — constrains the table to its container width instead of auto-growing to fit content
  • Explicit widths on narrow columns — "Expires on" (108px), "Created by" (108px), "Last accessed" (112px), and the actions column (48px). The three flexible columns (Label, Dashboard, Filters) share the remaining space equally.
  • overflow-hidden on cells that may contain long text (Label, Dashboard, Filters, Created by) so content truncates instead of expanding the table
  • Constraining wrapper around each filter Chip (max-w-full min-w-0) so individual chips truncate with ellipsis rather than pushing the column wider

Closes APP-805

Checklist:

  • Covered by tests
  • Ran it and it works as intended
  • Reviewed the diff before requesting a review
  • Checked for unhandled edge cases
  • Linked the issues it closes
  • Checked if the docs need to be updated. If so, create a separate Linear DOCS issue
  • Intend to cherry-pick into the release branch
  • I'm proud of this work!

Linear Issue: APP-805

Open in Web Open in Cursor 

… long values

- Use table-fixed layout to constrain the table within its container
- Set explicit widths on narrow columns (Expires on, Created by, Last accessed)
- Add overflow-hidden on cells that can overflow (Label, Dashboard, Filters, Created by)
- Wrap filter Chips in a constraining div (max-w-full min-w-0) so they truncate
  instead of expanding the table

Co-authored-by: ericokuma <ericokuma@users.noreply.github.com>
@ericokuma ericokuma requested a review from djbarnwal March 25, 2026 06:23
@ericokuma ericokuma marked this pull request as ready for review March 25, 2026 06:23
@ericokuma ericokuma requested review from AdityaHegde and removed request for djbarnwal March 25, 2026 06:24
@ericokuma ericokuma merged commit 92fa5d4 into release-0.84 Mar 25, 2026
12 checks passed
@ericokuma ericokuma deleted the cursor/APP-805-public-url-table-overflow-402a branch March 25, 2026 06:29
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.

3 participants