Fix spacing on Controls > Setup experience > Users page (#46285)

Resolves #45991. Spacing on Controls > Setup experience > Users is 16px
instead of 24px.

# Checklist for submitter

## Testing

- [x] QA'd all new/changed functionality manually
This commit is contained in:
Steven Palmesano
2026-05-28 06:57:22 -05:00
committed by GitHub
parent ef542eaf5b
commit 8fe70f79df
@@ -1,8 +1,6 @@
.setup-experience-users {
@include vertical-card-layout;
gap: $gap-page-component-inner;
&__section-description {
margin: 0;
}