Fleet UI: Homepage macOS card order, fix arrow alignment (#7612)

This commit is contained in:
RachelElysia 2022-09-07 14:12:22 -04:00 committed by GitHub
parent 13cb716674
commit 482e0976de
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 1 deletions

View File

@ -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>
</>
);

View File

@ -56,6 +56,7 @@
text-overflow: none;
img {
vertical-align: text-top;
height: 16px;
width: 16px;
}
}

View File

@ -75,6 +75,7 @@
text-overflow: none;
img {
vertical-align: text-top;
height: 16px;
width: 16px;
}
}