Skip to content

fix(autofix): Fix Overlapping Feedback Attribution with Feedback#119086

Open
alexsohn1126 wants to merge 3 commits into
masterfrom
fix/autofix-loading-indicator-margin
Open

fix(autofix): Fix Overlapping Feedback Attribution with Feedback#119086
alexsohn1126 wants to merge 3 commits into
masterfrom
fix/autofix-loading-indicator-margin

Conversation

@alexsohn1126

@alexsohn1126 alexsohn1126 commented Jul 7, 2026

Copy link
Copy Markdown
Member

The in-progress feedback icon in codeChangesCard rendered wrong: a huge spinner margin, and the icon column overflowing into the feedback attribution.

  • LoadingIndicator's size prop only shrinks the inner spinner; the outer .loading wrapper keeps a hardcoded margin: 6em auto. Pass style={{margin: 0}} to collapse it.
  • The icon column used flex="0 0 28px" (flex-shrink: 0), so an icon wider than 28px couldn't shrink and overflowed centered into the adjacent attribution. Switch to width="28px", which keeps the default flex-shrink: 1 and sizes to content.

Previously:

image

After:

image

completes CORE-273

The LoadingIndicator's outer wrapper carries a hardcoded margin: 6em auto
that the size prop doesn't override, so the small spinner rendered with a
huge margin. Pass style={{margin: 0}} to collapse it.
@github-actions github-actions Bot added the Scope: Frontend Automatically applied to PRs that change frontend components label Jul 7, 2026
@alexsohn1126 alexsohn1126 changed the title fix(autofix): remove huge margin on in-progress feedback spinner fix(autofix): Fix Overlapping Feedback Attribution with Feedback Jul 7, 2026
@linear-code

linear-code Bot commented Jul 7, 2026

Copy link
Copy Markdown

CORE-273

@alexsohn1126 alexsohn1126 marked this pull request as ready for review July 7, 2026 03:15
@alexsohn1126 alexsohn1126 requested a review from a team as a code owner July 7, 2026 03:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Scope: Frontend Automatically applied to PRs that change frontend components

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant