mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 08:58:41 +00:00
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:
parent
81c539d38e
commit
f63ed0a4c6
2 changed files with 2 additions and 3 deletions
1
changes/issue-35371-consistant-spacing-mdm-page
Normal file
1
changes/issue-35371-consistant-spacing-mdm-page
Normal file
|
|
@ -0,0 +1 @@
|
|||
- add consistant spacing to UI elements on the mdm page
|
||||
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue