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; + } }