From 6393c284faa7ab41cf0a0d2637957877cfa52c7c Mon Sep 17 00:00:00 2001 From: Dante Catalfamo <43040593+dantecatalfamo@users.noreply.github.com> Date: Thu, 18 Sep 2025 13:04:22 -0400 Subject: [PATCH] Fixed inconsistent subtitle text style in Custom Settings (#32712) #32273 --- .../32273-custom-settings-different-spacing | 1 + .../cards/CustomSettings/CustomSettings.tsx | 26 ++++++++++++------- .../cards/CustomSettings/_styles.scss | 6 ----- 3 files changed, 18 insertions(+), 15 deletions(-) create mode 100644 changes/32273-custom-settings-different-spacing diff --git a/changes/32273-custom-settings-different-spacing b/changes/32273-custom-settings-different-spacing new file mode 100644 index 0000000000..40ce4b1724 --- /dev/null +++ b/changes/32273-custom-settings-different-spacing @@ -0,0 +1 @@ +- Fixed inconsistent subtitle text style in Custom Settings diff --git a/frontend/pages/ManageControlsPage/OSSettings/cards/CustomSettings/CustomSettings.tsx b/frontend/pages/ManageControlsPage/OSSettings/cards/CustomSettings/CustomSettings.tsx index d48d09aa4c..0665de8cd2 100644 --- a/frontend/pages/ManageControlsPage/OSSettings/cards/CustomSettings/CustomSettings.tsx +++ b/frontend/pages/ManageControlsPage/OSSettings/cards/CustomSettings/CustomSettings.tsx @@ -202,17 +202,25 @@ const CustomSettings = ({ !!profileLabelsModalData?.labels_include_any?.length || !!profileLabelsModalData?.labels_exclude_any?.length; + const subTitle = ( + <> + Create and upload configuration profiles to apply custom settings.{" "} + + + ); + return (
- -

- Create and upload configuration profiles to apply custom settings.{" "} - -

+ {!mdmEnabled ? (