From f64698a3572ed6bb98d2ee861cca6cd1362f66fe Mon Sep 17 00:00:00 2001 From: Ron Lavi <1ronlavi@gmail.com> Date: Wed, 27 Dec 2023 12:24:13 +0000 Subject: [PATCH] Fix settings checkboxes margins --- .../Components/InventorySettings/InventorySettings.scss | 6 ++++++ .../Components/InsightsSettings/insightsSettings.scss | 5 +++++ 2 files changed, 11 insertions(+) diff --git a/webpack/ForemanInventoryUpload/Components/InventorySettings/InventorySettings.scss b/webpack/ForemanInventoryUpload/Components/InventorySettings/InventorySettings.scss index 606ef0d7..39ea77ce 100644 --- a/webpack/ForemanInventoryUpload/Components/InventorySettings/InventorySettings.scss +++ b/webpack/ForemanInventoryUpload/Components/InventorySettings/InventorySettings.scss @@ -10,5 +10,11 @@ margin-top: 0; font-weight: 600; } + + .foreman-rh-cloud-switcher { + .pf-c-switch__toggle { + margin-right: 5px; + } + } } } diff --git a/webpack/InsightsCloudSync/Components/InsightsSettings/insightsSettings.scss b/webpack/InsightsCloudSync/Components/InsightsSettings/insightsSettings.scss index 8845c018..6e395a35 100644 --- a/webpack/InsightsCloudSync/Components/InsightsSettings/insightsSettings.scss +++ b/webpack/InsightsCloudSync/Components/InsightsSettings/insightsSettings.scss @@ -1,4 +1,9 @@ .insights_settings { float: right; margin-top: 22px; + margin-right: 16px; + + .pf-c-switch__toggle { + margin-right: 5px; + } }