Files
multica/packages
Naiyuan Qing d58dab0757 fix(issues): stop the sub-issues shimmer chip clipping descenders (#6182)
* fix(issues): stop the shimmer chip clipping descenders

The sub-issues "N agents working" chip paired animate-chat-text-shimmer
with leading-none. The shimmer paints glyphs via background-clip: text,
and the background only covers the line box — with the line box squeezed
to 1em, descenders (g, y, p) fell outside it and rendered transparent.
Drop leading-none; the pill height is governed by the avatar stack, so
the visual size is unchanged.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>

* fix(issues): same descender clip in the per-row activity indicator

Same leading-none + background-clip:text pairing as the sub-issues chip;
"Working" lost its g descender in inbox and issue rows.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>

---------

Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
2026-07-30 16:57:22 +08:00
..