diff --git a/changes/issue-35371-consistant-spacing-mdm-page b/changes/issue-35371-consistant-spacing-mdm-page new file mode 100644 index 0000000000..5df5ffee8d --- /dev/null +++ b/changes/issue-35371-consistant-spacing-mdm-page @@ -0,0 +1 @@ +- add consistant spacing to UI elements on the mdm page diff --git a/frontend/pages/admin/IntegrationsPage/cards/MdmSettings/components/EndUserMigrationSection/_styles.scss b/frontend/pages/admin/IntegrationsPage/cards/MdmSettings/components/EndUserMigrationSection/_styles.scss index 95c30c5fb9..171983e647 100644 --- a/frontend/pages/admin/IntegrationsPage/cards/MdmSettings/components/EndUserMigrationSection/_styles.scss +++ b/frontend/pages/admin/IntegrationsPage/cards/MdmSettings/components/EndUserMigrationSection/_styles.scss @@ -8,11 +8,9 @@ &__preview-video { width: 100%; max-width: 800px; - margin-top: $pad-large; - margin-bottom: $pad-xxlarge; } &__end-user-migration-form.disabled { @include disabled; } -} \ No newline at end of file +}