diff --git a/frontend/components/AddHostsModal/PlatformWrapper/PlatformWrapper.tsx b/frontend/components/AddHostsModal/PlatformWrapper/PlatformWrapper.tsx index 5f3a6b1465..397f2f8f6b 100644 --- a/frontend/components/AddHostsModal/PlatformWrapper/PlatformWrapper.tsx +++ b/frontend/components/AddHostsModal/PlatformWrapper/PlatformWrapper.tsx @@ -165,18 +165,18 @@ const PlatformWrapper = ({ return (
+
Download your{" "}
diff --git a/frontend/components/AddHostsModal/PlatformWrapper/_styles.scss b/frontend/components/AddHostsModal/PlatformWrapper/_styles.scss
index fbd148fcf6..a0db3376c0 100644
--- a/frontend/components/AddHostsModal/PlatformWrapper/_styles.scss
+++ b/frontend/components/AddHostsModal/PlatformWrapper/_styles.scss
@@ -167,9 +167,6 @@
.download-certificate--tooltip {
margin-bottom: 0;
- div {
- display: inline;
- }
}
&__copy-message {
diff --git a/frontend/components/TooltipWrapper/_styles.scss b/frontend/components/TooltipWrapper/_styles.scss
index e6f2e5f4c5..efd837fd72 100644
--- a/frontend/components/TooltipWrapper/_styles.scss
+++ b/frontend/components/TooltipWrapper/_styles.scss
@@ -3,6 +3,7 @@
&__element {
white-space: nowrap;
+ line-height: initial;
}
&__underline {
diff --git a/frontend/pages/hosts/ManageHostsPage/_styles.scss b/frontend/pages/hosts/ManageHostsPage/_styles.scss
index 3bc1bf4a4e..0a3c62e2ef 100644
--- a/frontend/pages/hosts/ManageHostsPage/_styles.scss
+++ b/frontend/pages/hosts/ManageHostsPage/_styles.scss
@@ -285,14 +285,4 @@
top: -2px;
}
}
-
- .mdm_enrollment_status__header,
- .mdm_server_url__header {
- .last-col-header-with-tip {
- width: 180px;
- }
- .component__tooltip-wrapper__tip-text {
- left: -156px; // Wide tooltip needs to be shifted left (edge case example when it's second to last column)
- }
- }
}
diff --git a/frontend/pages/hosts/details/DeviceUserPage/DeviceUserPage.tsx b/frontend/pages/hosts/details/DeviceUserPage/DeviceUserPage.tsx
index 86197be71f..d8badaf4c0 100644
--- a/frontend/pages/hosts/details/DeviceUserPage/DeviceUserPage.tsx
+++ b/frontend/pages/hosts/details/DeviceUserPage/DeviceUserPage.tsx
@@ -444,7 +444,6 @@ const DeviceUserPage = ({
aboutData={aboutData}
deviceMapping={deviceMapping}
munki={deviceMacAdminsData?.munki}
- wrapFleetHelper={wrapFleetHelper}
/>
settings and macOS update encouragement.`,
- Pending: `Hosts ordered via Apple Business Manager
(ABM). These will automatically enroll to Fleet
and turn on MDM when they're unboxed.`,
+export const MDM_STATUS_TOOLTIP: Record
settings and macOS
+ update encouragement.
+
+ ),
+ Pending: (
+
+ Hosts ordered via Apple Business Manager
(ABM). These will
+ automatically enroll to Fleet
and turn on MDM when they're
+ unboxed.
+
+ ),
};
export const DEFAULT_CREATE_USER_ERRORS = {