Commit 3bdcfe7
committed
fix: widen TUI panel to prevent text truncation in advanced settings
The panel was hard-capped at 60 characters, causing option descriptions
to be cut off with ellipses on wide terminals. Raised the cap to 100 and
switched MultiSelectList from truncate to wrap for graceful handling on
narrow terminals.
Closes #11911 parent eb2e147 commit 3bdcfe7
2 files changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
| 50 | + | |
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
0 commit comments