From f63ed0a4c6019234c6cb73a4e7343de68fab038b Mon Sep 17 00:00:00 2001 From: Gabriel Hernandez Date: Tue, 2 Dec 2025 12:07:54 +0000 Subject: [PATCH] make UI elements have consistant spacing on mdm page (#36487) **Related issue:** Resolves #35371 This makes the spacing between UI elements on the mdm page consistant. Specifically we just remove margins around the video element in the end user migration section - [x] Changes file added for user-visible changes in `changes/`, `orbit/changes/` or `ee/fleetd-chrome/changes`. - [x] QA'd all new/changed functionality manually --- changes/issue-35371-consistant-spacing-mdm-page | 1 + .../components/EndUserMigrationSection/_styles.scss | 4 +--- 2 files changed, 2 insertions(+), 3 deletions(-) create mode 100644 changes/issue-35371-consistant-spacing-mdm-page 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 +}