Skip to content

Conversation

@CasualDeveloper
Copy link

@CasualDeveloper CasualDeveloper commented Dec 25, 2025

Summary

  • Allow long session names to wrap to a second line in the Sessions dialog instead of truncating at ~61 characters
  • Truncation now applies at ~122 characters (roughly 2 lines)

Example

Screenshot 2025-12-26 at 1 33 48 AM

Fixes #6165

- Replace overflow hidden with wrapMode word to enable text wrapping
- Add maxHeight=2 to limit to two lines
- Add flexWrap=wrap on option container to allow content flow
- Change truncation from 61 to 122 chars (~2 lines worth)
@CasualDeveloper CasualDeveloper force-pushed the feat/session-dialog-wrap branch from 044f22e to ab3c873 Compare December 25, 2025 18:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Session dialog truncates long names instead of wrapping

1 participant