diff --git a/ui/src/style/enterprise_style/_enterprise-custom.scss b/ui/src/style/enterprise_style/_enterprise-custom.scss index 51addcf7b9..8a6b1a78bf 100644 --- a/ui/src/style/enterprise_style/_enterprise-custom.scss +++ b/ui/src/style/enterprise_style/_enterprise-custom.scss @@ -722,3 +722,16 @@ table .monotype { background-color: $c-fire; } } + +/* + Sources / Kapacitor Config Pages + ---------------------------------------------- +*/ + +#source-form-page, +#manage-sources-page, +.kapacitor { + .enterprise-header { + margin-bottom: 45px; + } +}