Skip to content

ref(issueDetails): collapse ParticipantList wrapper div to a Flex#116175

Merged
evanpurkhiser merged 1 commit into
masterfrom
evanpurkhiser/ref-issuedetails-collapse-participantlist-wrapper-div-to-a-flex
May 26, 2026
Merged

ref(issueDetails): collapse ParticipantList wrapper div to a Flex#116175
evanpurkhiser merged 1 commit into
masterfrom
evanpurkhiser/ref-issuedetails-collapse-participantlist-wrapper-div-to-a-flex

Conversation

@evanpurkhiser
Copy link
Copy Markdown
Member

@evanpurkhiser evanpurkhiser commented May 26, 2026

Two small tweaks to the People section in issue details:

ParticipantList wrapper. The wrapper <div> around the avatar trigger established an inline formatting context, which reserves descender space below the inline-block Button. That made the trigger element a few pixels taller than the visible avatars, pushing the "participating" / "viewed" label below the visual center of the avatar row. Swapping the wrapper to a <Flex> removes the inline formatting context, so the trigger collapses to the Button's actual height and the labels sit vertically centered with the avatars.

Row spacing. The participating and viewed rows were rendered as bare siblings with no spacing between them. Wrapped them in a Flex direction="column" with a gap so they get a bit of breathing room.

@evanpurkhiser evanpurkhiser requested a review from a team as a code owner May 26, 2026 13:27
@evanpurkhiser evanpurkhiser enabled auto-merge (squash) May 26, 2026 13:27
@evanpurkhiser evanpurkhiser requested review from a team and removed request for a team May 26, 2026 13:27
@github-actions github-actions Bot added the Scope: Frontend Automatically applied to PRs that change frontend components label May 26, 2026
@evanpurkhiser evanpurkhiser force-pushed the evanpurkhiser/ref-issuedetails-collapse-participantlist-wrapper-div-to-a-flex branch from fc17a0f to 2da1bc2 Compare May 26, 2026 13:29
The wrapper `<div>` around the avatar trigger established an inline
formatting context, reserving descender space below the inline-block
Button and making the trigger render taller than the visible avatars.
That extra height pushed the "participating" / "viewed" label below
the visual center of the avatar row.
@evanpurkhiser evanpurkhiser force-pushed the evanpurkhiser/ref-issuedetails-collapse-participantlist-wrapper-div-to-a-flex branch from 2da1bc2 to f2b9c6c Compare May 26, 2026 13:32
@github-actions
Copy link
Copy Markdown
Contributor

📊 Type Coverage Diff

✅ No new type safety issues introduced. Coverage: 93.58%

@evanpurkhiser evanpurkhiser merged commit bbe0525 into master May 26, 2026
72 checks passed
@evanpurkhiser evanpurkhiser deleted the evanpurkhiser/ref-issuedetails-collapse-participantlist-wrapper-div-to-a-flex branch May 26, 2026 14:59
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.

2 participants