From ee10e1711a7f6c5074e8d70d7ec12a8877b79d4a Mon Sep 17 00:00:00 2001 From: Magnus Jensen Date: Tue, 23 Sep 2025 09:55:11 +0300 Subject: [PATCH] fix inconsistent header spacing by using section header (#33095) fixes: #30166 Opted to use the already existing `SectionHeader` component, and it's subtitle prop, that way we stay consistent across all pages in the entire product. # Checklist for submitter If some of the following don't apply, delete the relevant line. - [x] Changes file added for user-visible changes in `changes/`, `orbit/changes/` or `ee/fleetd-chrome/changes`. See [Changes files](https://github.com/fleetdm/fleet/blob/main/docs/Contributing/guides/committing-changes.md#changes-files) for more information. ## Testing - [x] QA'd all new/changed functionality manually ## Media: image image --- changes/30166-inconsistent-spacing-os-settings-cards-headers | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/30166-inconsistent-spacing-os-settings-cards-headers diff --git a/changes/30166-inconsistent-spacing-os-settings-cards-headers b/changes/30166-inconsistent-spacing-os-settings-cards-headers new file mode 100644 index 0000000000..4b7e9f2129 --- /dev/null +++ b/changes/30166-inconsistent-spacing-os-settings-cards-headers @@ -0,0 +1 @@ +* Fixed inconsistent spacing in Controls OS settings headers \ No newline at end of file