mirror of
https://github.com/fleetdm/fleet
synced 2026-04-21 13:37:30 +00:00
Fleet UI: Homepage macOS card order, fix arrow alignment (#7612)
This commit is contained in:
parent
13cb716674
commit
482e0976de
3 changed files with 3 additions and 1 deletions
|
|
@ -325,8 +325,8 @@ const Homepage = (): JSX.Element => {
|
|||
const macOSLayout = () => (
|
||||
<>
|
||||
<div className={`${baseClass}__section`}>{OperatingSystemsCard}</div>
|
||||
<div className={`${baseClass}__section`}>{MunkiCard}</div>
|
||||
<div className={`${baseClass}__section`}>{MDMCard}</div>
|
||||
<div className={`${baseClass}__section`}>{MunkiCard}</div>
|
||||
</>
|
||||
);
|
||||
|
||||
|
|
|
|||
|
|
@ -56,6 +56,7 @@
|
|||
text-overflow: none;
|
||||
img {
|
||||
vertical-align: text-top;
|
||||
height: 16px;
|
||||
width: 16px;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -75,6 +75,7 @@
|
|||
text-overflow: none;
|
||||
img {
|
||||
vertical-align: text-top;
|
||||
height: 16px;
|
||||
width: 16px;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue