Skip to content

fix(conversations): keep overflow tool tags inside tooltip bounds - #123103

Draft
sentry-junior[bot] wants to merge 3 commits into
masterfrom
fix/agent-conversation-tool-overflow-tooltip
Draft

fix(conversations): keep overflow tool tags inside tooltip bounds#123103
sentry-junior[bot] wants to merge 3 commits into
masterfrom
fix/agent-conversation-tool-overflow-tooltip

Conversation

@sentry-junior

@sentry-junior sentry-junior Bot commented Aug 29, 2026

Copy link
Copy Markdown
Contributor

Long tool names in the agent conversation summary +N more hover were spilling past the tooltip. Tags are nowrap and the default tooltip max width is 225px, so names like List Telemetry Index Nodes by Keyword blew past the overlay.

Widen those overflow tooltips to 320px and cap each tag to the tooltip content box (with ellipsis via nested Text), matching the table cell pattern. Same treatment on the aggregates bar overflow.

Requested by Ryan Brooks.

--

View Junior Session [Sentry]

Long tool names in the "+N more" hover overflowed the default 225px tooltip
because tags are nowrap. Widen the tooltip and ellipsize tags to the content box.

Co-Authored-By: Ryan Brooks <ryan.brooks@sentry.io>
@github-actions github-actions Bot added the Scope: Frontend Automatically applied to PRs that change frontend components label Aug 29, 2026
Co-Authored-By: Ryan Albrecht <ryan.albrecht@sentry.io>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Scope: Frontend Automatically applied to PRs that change frontend components

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants