chore: add changeset for FUSION header wrap fix
This commit is contained in:
6
.changeset/fusion-header-wrap-fix.md
Normal file
6
.changeset/fusion-header-wrap-fix.md
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
"@runfusion/fusion": patch
|
||||
"runfusion.ai": patch
|
||||
---
|
||||
|
||||
Keep the FUSION header from wrapping when the terminal is narrow. The `MiniLogo` and tab pills had Yoga's default `flexShrink: 1`, so the row's collective content overrunning the width was being absorbed by shrinking every child — including FUSION, which then wrapped to two lines. Pin all fixed-content header children to `flexShrink={0}`; the trailing flexGrow filler absorbs slack instead.
|
||||
Reference in New Issue
Block a user