Skip to content

Conversation

@JonasBa
Copy link
Member

@JonasBa JonasBa commented Jan 14, 2026

Applies the flex codemod to files owned by @getsentry/issue-workflow.

@github-actions github-actions bot added the Scope: Frontend Automatically applied to PRs that change frontend components label Jan 14, 2026
@JonasBa JonasBa marked this pull request as ready for review January 14, 2026 20:16
@JonasBa JonasBa requested a review from a team as a code owner January 14, 2026 20:16

<IssueViewSaveButton query={query} sort={sort} />
</SortSaveContainer>
</Flex>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Missing align prop changes vertical alignment behavior

Medium Severity

The original SortSaveContainer styled component had align-items: start, but the replacement Flex component is missing align="start". This causes the flex children (sort dropdown and save button) to use the default alignment (stretch) instead of aligning to the top, which could cause visual differences in how these elements are positioned within the grid cell.

Fix in Cursor Fix in Web

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