[PR #13100] fix(web): prevent language select label truncation #14512

Closed
opened 2026-02-16 18:19:18 -05:00 by yindo · 0 comments
Owner

Original Pull Request: https://github.com/anomalyco/opencode/pull/13100

State: closed
Merged: Yes


What does this PR do?

Please provide a description of the issue (if there is one), the changes you made to fix it, and why they work. It is expected that you understand why your changes work and if you do not understand why at least say as much so a maintainer knows how much to value the PR.

If you paste a large clearly AI generated description here your PR may be IGNORED or CLOSED!

The language selector was always truncating the label. This is unnecessary because there is a lot of available space.

BEFORE
image

I have changed it so it will no longer truncate.

AFTER
image
image

How did you verify your code works?

I've verified it by running bun --cwd packages/web dev and looked at the footer.
New appearance is in the attached screenshot above.

**Original Pull Request:** https://github.com/anomalyco/opencode/pull/13100 **State:** closed **Merged:** Yes --- ### What does this PR do? Please provide a description of the issue (if there is one), the changes you made to fix it, and why they work. It is expected that you understand why your changes work and if you do not understand why at least say as much so a maintainer knows how much to value the PR. **If you paste a large clearly AI generated description here your PR may be IGNORED or CLOSED!** - Closes #13103 The language selector was always truncating the label. This is unnecessary because there is a lot of available space. **BEFORE** <img width="399" height="187" alt="image" src="https://github.com/user-attachments/assets/c11d5aa7-adcc-4f7f-aa3e-ecc64edb6dea" /> I have changed it so it will no longer truncate. **AFTER** <img width="483" height="188" alt="image" src="https://github.com/user-attachments/assets/40621248-00aa-4ba8-9061-70953043b274" /> <img width="316" height="155" alt="image" src="https://github.com/user-attachments/assets/7d441875-7061-460c-a4ac-72860d2b15da" /> ### How did you verify your code works? I've verified it by running `bun --cwd packages/web dev` and looked at the footer. New appearance is in the attached screenshot above.
yindo added the pull-request label 2026-02-16 18:19:18 -05:00
yindo closed this issue 2026-02-16 18:19:18 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#14512