Skip to content

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

Merged
ethanndickson merged 3 commits into
coder:mainfrom
Neppkun:fix/runtime-badge-text-overflow
May 26, 2026
Merged

🤖 fix: RuntimeBadge text overflow with responsive tooltip and truncation#3181
ethanndickson merged 3 commits into
coder:mainfrom
Neppkun:fix/runtime-badge-text-overflow

Conversation

@Neppkun

@Neppkun Neppkun commented Apr 17, 2026

Copy link
Copy Markdown
Contributor

No description provided.

@Neppkun

Neppkun commented Apr 17, 2026

Copy link
Copy Markdown
Contributor Author

@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

Neppkun commented Apr 17, 2026

Copy link
Copy Markdown
Contributor Author

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

@ethanndickson ethanndickson enabled auto-merge May 8, 2026 04:38
Neppkun added 2 commits May 23, 2026 21:28
- 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
@ethanndickson ethanndickson force-pushed the fix/runtime-badge-text-overflow branch from a7cc51f to 6ca9abb Compare May 23, 2026 11:28
---

_Generated with `mux` • Model: `openai:gpt-5.5` • Thinking: `xhigh` • Cost: `$0.80`_

<!-- mux-attribution: model=openai:gpt-5.5 thinking=xhigh costs=0.80 -->
@ethanndickson ethanndickson disabled auto-merge May 26, 2026 14:09
@ethanndickson ethanndickson merged commit e8f8387 into coder:main May 26, 2026
19 of 21 checks passed
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