diff --git a/packages/views/issues/components/issue-agent-activity-indicator.tsx b/packages/views/issues/components/issue-agent-activity-indicator.tsx index b53af6bde1..97d6a76e17 100644 --- a/packages/views/issues/components/issue-agent-activity-indicator.tsx +++ b/packages/views/issues/components/issue-agent-activity-indicator.tsx @@ -125,9 +125,12 @@ export const IssueAgentActivityIndicator = memo(function IssueAgentActivityIndic opacity={opacity} max={3} /> + {/* No leading-none: the shimmer paints glyphs via background-clip: + text, and the background only covers the line box — a squeezed + line box leaves descenders transparent. */} - + {/* No leading-none: the shimmer paints glyphs via background-clip: + text, and the background only covers the line box — a squeezed + line box leaves descenders transparent. */} + {t(($) => $.agent_activity.chip_agents_working, { count: agentIds.length, })}