Skip to content

Conversation

@JonasBa
Copy link
Member

@JonasBa JonasBa commented Jan 22, 2026

Applies the flex codemod to files owned by @getsentry/coding-workflows.

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

@cursor cursor bot left a comment

Choose a reason for hiding this comment

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

Cursor Bugbot has reviewed your changes and found 1 potential issue.

Bugbot Autofix is OFF. To automatically fix reported issues with Cloud Agents, enable Autofix in the Cursor dashboard.

|{' '}
<Container as="span" marginLeft="xs">
{wrapValue ? 'Wrap' : 'No Wrap'}
</Container>
Copy link
Contributor

Choose a reason for hiding this comment

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

Extra spacing added to wrap toggle

Low Severity

The refactored code adds both an explicit space character {' '} and marginLeft="xs" (4px), creating more spacing than the original which only had margin-left: ${space(0.5)} (4px). This doubles the spacing between the pipe character and the wrap toggle text.

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