Skip to content

🤖 fix: RuntimeBadge text overflow with responsive tooltip and truncation#3181

Open
Neppkun wants to merge 2 commits intocoder:mainfrom
Neppkun:fix/runtime-badge-text-overflow
Open

🤖 fix: RuntimeBadge text overflow with responsive tooltip and truncation#3181
Neppkun wants to merge 2 commits intocoder:mainfrom
Neppkun:fix/runtime-badge-text-overflow

Conversation

@Neppkun
Copy link
Copy Markdown

@Neppkun Neppkun commented Apr 17, 2026

No description provided.

- Update tooltip max-width to be viewport-responsive (90vw cap)
- Replace whitespace-nowrap with truncate + title attribute
- Add min-w-0 to flex containers for proper truncation
@Neppkun
Copy link
Copy Markdown
Author

Neppkun commented Apr 17, 2026

@codex review

This PR fixes text overflow in RuntimeBadge tooltips with three minimal CSS changes:

  1. Responsive tooltip width using max-w-[min(90vw,500px)]
  2. Text truncation with truncate class and native title attribute
  3. Flex container min-w-0 for proper truncation support

Please review when ready.

@chatgpt-codex-connector
Copy link
Copy Markdown

To use Codex here, create a Codex account and connect to github.

@Neppkun
Copy link
Copy Markdown
Author

Neppkun commented Apr 17, 2026

No idea why mux decided to ping codex for a review for this, lol.
AeueMeS

@ibetitsmike ibetitsmike enabled auto-merge April 17, 2026 15:14
@ibetitsmike
Copy link
Copy Markdown
Contributor

thanks, enabled auto-merged

auto-merge was automatically disabled April 17, 2026 16:06

Head branch was pushed to by a user without write access

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.

2 participants