mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-04-28 03:30:40 +00:00
fix(footer): truncate hints/mode row to prevent extra lines
Wrap leftBottomContent in Text with wrap="truncate" so the hints/mode row stays on a single line, matching upstream behavior. This guarantees the footer is at most 2 rows (status line + hints).
This commit is contained in:
parent
cf879f0b58
commit
50bf5cc72d
1 changed files with 1 additions and 1 deletions
|
|
@ -122,7 +122,7 @@ export const Footer: React.FC = () => {
|
|||
{statusLineText}
|
||||
</Text>
|
||||
)}
|
||||
{leftBottomContent}
|
||||
<Text wrap="truncate">{leftBottomContent}</Text>
|
||||
</Box>
|
||||
|
||||
{/* Right Section — never compressed */}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue