[PR #11548] fix(tui): Fix tip text truncation in TUI (issue #11154) #13833

Open
opened 2026-02-16 18:18:39 -05:00 by yindo · 0 comments
Owner

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

State: open
Merged: No


Fixes #11154

Summary

Fixed tip text truncation in TUI when tips are too long to fit in the available width.

Changes

Added wrapMode="none" and flexShrink={0} to prevent long tip text from being cut off.

Testing

Tested by viewing long tips in narrow terminal windows.


Labels: bug, tui

**Original Pull Request:** https://github.com/anomalyco/opencode/pull/11548 **State:** open **Merged:** No --- Fixes #11154 ## Summary Fixed tip text truncation in TUI when tips are too long to fit in the available width. ## Changes Added `wrapMode="none"` and `flexShrink={0}` to prevent long tip text from being cut off. ## Testing Tested by viewing long tips in narrow terminal windows. --- **Labels**: bug, tui
yindo added the pull-request label 2026-02-16 18:18:39 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#13833