mirror of
https://github.com/empayre/fleet.git
synced 2024-11-06 00:45:19 +00:00
Fleet UI: Homepage macOS card order, fix arrow alignment (#7612)
This commit is contained in:
parent
13cb716674
commit
482e0976de
@ -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 New Issue
Block a user