fix(chat): truncate the firm label on the text, not the flex box (review M1)

↗ view on GitHub · sloth-ninja · 2026-08-13 · 17444d9e

`truncate` sets overflow/text-overflow/white-space, but it was on the
flex container, where text-overflow has no line box to apply to - a long
firm name would hard-clip at max-w rather than ellipsing. Move it to an
inner span wrapping the text. The title attribute already carries the
full name and is unchanged.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Repository Sloth-ninja/JessicaOSS
Author sloth-ninja <ezanahaddis@gmail.com>
Authored
Committed
Parents 87598c0f
Stats 2 files changed , +9 , -5
Part of Pilot-feedback fixes: firm UI, connector registry, and legacy writes

Capture this commit into my fork

Download a Markdown prompt that tells Claude how to port this exact commit into your working tree. Run it via claude -p < capture-commit-17444d9e.md from inside the repo you want the change in.

⬇ Download capture-commit-17444d9e.md