Skip to content

feat(data-forwarding): add padding prop to FieldLayout components#108803

Merged
JonasBa merged 1 commit intomasterfrom
jb/settings/data-forwarding-form-layout
Feb 23, 2026
Merged

feat(data-forwarding): add padding prop to FieldLayout components#108803
JonasBa merged 1 commit intomasterfrom
jb/settings/data-forwarding-form-layout

Conversation

@JonasBa
Copy link
Member

@JonasBa JonasBa commented Feb 21, 2026

Adds an optional padding prop to FieldLayout.Row and FieldLayout.Stack in static/app/components/core/form/layout/index.tsx.

Needed by the data forwarding form migration (follow-up PRs) where form fields rendered inside a Disclosure require padding to match the surrounding layout.

Since these are layout components, I think it is reasonable for us to forward the props

@JonasBa JonasBa force-pushed the jb/settings/data-forwarding-form-layout branch from 3ebb3d3 to 882782d Compare February 22, 2026 20:44
@JonasBa JonasBa marked this pull request as ready for review February 23, 2026 15:59
@JonasBa JonasBa requested a review from a team as a code owner February 23, 2026 15:59
@JonasBa JonasBa merged commit 75a420d into master Feb 23, 2026
63 checks passed
@JonasBa JonasBa deleted the jb/settings/data-forwarding-form-layout branch February 23, 2026 20:55
mchen-sentry pushed a commit that referenced this pull request Feb 24, 2026
…08803)

Adds an optional `padding` prop to `FieldLayout.Row` and
`FieldLayout.Stack` in
`static/app/components/core/form/layout/index.tsx`.

Needed by the data forwarding form migration (follow-up PRs) where form
fields rendered inside a `Disclosure` require padding to match the
surrounding layout.

Since these are layout components, I think it is reasonable for us to
forward the props
wedamija pushed a commit that referenced this pull request Feb 24, 2026
…08803)

Adds an optional `padding` prop to `FieldLayout.Row` and
`FieldLayout.Stack` in
`static/app/components/core/form/layout/index.tsx`.

Needed by the data forwarding form migration (follow-up PRs) where form
fields rendered inside a `Disclosure` require padding to match the
surrounding layout.

Since these are layout components, I think it is reasonable for us to
forward the props
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

claude-code-assisted 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