make UI elements have consistant spacing on mdm page (#36487)

<!-- Add the related story/sub-task/bug number, like Resolves #123, or
remove if NA -->
**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
This commit is contained in:
Gabriel Hernandez 2025-12-02 12:07:54 +00:00 committed by GitHub
parent 81c539d38e
commit f63ed0a4c6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 3 deletions

View file

@ -0,0 +1 @@
- add consistant spacing to UI elements on the mdm page

View file

@ -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;
}
}
}