[x] I am on the latest Hyper.app version
[x] I have searched the issues of this repo and believe that this is not a duplicate
Title text should be truncated not multiline like this:

@henrikdahl didn't you fix this ages ago 馃
Reproduced.
After changing current directory to have a long path in title, resize windows.
If you tell me where to start, I can try fixing it myself in a PR!
You can inspect DOM/CSS with dev-tools and find a way to fix it.
Certainly add a text-overflow: ellipsis; somewhere.
Note: when you have severals tabs, header structure is different and title is ok. You can see how it works and make the same thing when there is only one tab.
Is this issue still open? Is there any guidance on how to solve this?
this is fixed and will be released in 2.x :) @sabrown84
Thank you @albinekb for letting me know. I'm glad it got resolved.
Most helpful comment
You can inspect DOM/CSS with dev-tools and find a way to fix it.
Certainly add a
text-overflow: ellipsis;somewhere.Note: when you have severals tabs, header structure is different and title is ok. You can see how it works and make the same thing when there is only one tab.