mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 17:08:53 +00:00
Fix UI os updates styles (#15780)
relates to #15733 small style tweaks to nudge preview on os updates page. <!-- Note that API documentation changes are now addressed by the product design team. --> - [x] Changes file added for user-visible changes in `changes/` or `orbit/changes/`. - [x] Manual QA for all new/changed functionality
This commit is contained in:
parent
72b0db50b6
commit
1d6ed55205
2 changed files with 6 additions and 0 deletions
1
changes/issue-15733-os-update-style
Normal file
1
changes/issue-15733-os-update-style
Normal file
|
|
@ -0,0 +1 @@
|
|||
- style tweaks to the nudge preview on OS updates page
|
||||
|
|
@ -7,6 +7,11 @@
|
|||
max-width: 640px;
|
||||
flex-grow: 1;
|
||||
|
||||
h2 {
|
||||
font-size: $x-small;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
&__preview-img {
|
||||
margin-top: $pad-xxlarge;
|
||||
width: 100%;
|
||||
|
|
|
|||
Loading…
Reference in a new issue