Skip to content

fix(dashboards): queries page table overflows#104253

Merged
DominikB2014 merged 1 commit intomasterfrom
dominikbuszowiecki/browse-158-reasonable-column-with-for-query-description-in-sentry
Dec 2, 2025
Merged

fix(dashboards): queries page table overflows#104253
DominikB2014 merged 1 commit intomasterfrom
dominikbuszowiecki/browse-158-reasonable-column-with-for-query-description-in-sentry

Conversation

@DominikB2014
Copy link
Copy Markdown
Contributor

@DominikB2014 DominikB2014 commented Dec 2, 2025

Prior to this change, the queries table would overflow and the other columns would not be visible if the query was long. The user would have to horizontally scroll which is not an ideal experience.

This PR makes the table dynamic, so that all columns are visible on load (but the user can resize columns if they choose). If the table widths are manually defined, max-content is disabled and the hardcoded table widths are respected.

Before
image

After
image

@DominikB2014 DominikB2014 requested a review from a team as a code owner December 2, 2025 17:43
@linear
Copy link
Copy Markdown

linear bot commented Dec 2, 2025

@github-actions github-actions bot added the Scope: Frontend Automatically applied to PRs that change frontend components label Dec 2, 2025
@DominikB2014 DominikB2014 enabled auto-merge (squash) December 2, 2025 18:33
@DominikB2014 DominikB2014 merged commit 6a0b8cb into master Dec 2, 2025
51 checks passed
@DominikB2014 DominikB2014 deleted the dominikbuszowiecki/browse-158-reasonable-column-with-for-query-description-in-sentry branch December 2, 2025 18:36
@github-actions github-actions bot locked and limited conversation to collaborators Dec 18, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

Scope: Frontend Automatically applied to PRs that change frontend components

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants