Skip to content

fix(desktop): let sidebar action card description wrap over multiple lines#1891

Open
matt2e wants to merge 1 commit into
mainfrom
waiting-to-connect
Open

fix(desktop): let sidebar action card description wrap over multiple lines#1891
matt2e wants to merge 1 commit into
mainfrom
waiting-to-connect

Conversation

@matt2e

@matt2e matt2e commented Jul 15, 2026

Copy link
Copy Markdown
Contributor

Summary

Before
Screenshot 2026-07-15 at 9 39 41 am

After
Screenshot 2026-07-15 at 11 54 39 am

The relay connection card's subtitle (e.g. "Complete any prompts opened by the reconnect helper to continue." in the waiting-to-reconnect state) was clipped to a single line by white-space: nowrap + overflow: hidden on the settled description, cutting longer descriptions off mid-word.

  • Let the settled description wrap freely (overflow-wrap: break-word) so the card grows to fit its text.
  • Move the single-line clipping (now with an ellipsis) onto the roll-up reel slots, which only need a fixed one-line height while the description-change animation plays.

Changes

  • desktop/src/shared/styles/globals/animations.css — drop the nowrap/hidden clipping from .buzz-sidebar-action-description; add overflow: hidden / text-overflow: ellipsis / white-space: nowrap to the reel's per-line slots instead.

🤖 Generated with Claude Code

…lines

The relay connection card's subtitle (e.g. "Complete any prompts opened
by the reconnect helper to continue." in the waiting-to-reconnect state)
was clipped to a single line by white-space: nowrap + overflow: hidden on
the settled description, so longer descriptions were cut off mid-word.

Let the settled description wrap freely so the card grows to fit, and
move the single-line clipping onto the roll-up reel slots (now with an
ellipsis), which need a fixed one-line height only while the description
change animation plays.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Signed-off-by: Matt Toohey <contact@matttoohey.com>
@matt2e matt2e requested a review from a team as a code owner July 15, 2026 02:03
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.

2 participants