diff --git a/src/containers/Clusters/Clusters.scss b/src/containers/Clusters/Clusters.scss index e152677fea..2e12a1349c 100644 --- a/src/containers/Clusters/Clusters.scss +++ b/src/containers/Clusters/Clusters.scss @@ -4,11 +4,16 @@ overflow: auto; gap: var(--g-spacing-4); - padding: var(--g-spacing-4) var(--g-spacing-5) 0; + padding: var(--g-spacing-4) 0 0 var(--g-spacing-5); @include mixins.body-2-typography(); @include mixins.flex-container(); + &__title-wrapper, + &__controls-wrapper { + padding-right: var(--g-spacing-5); + } + &__autorefresh { margin-left: auto; } diff --git a/src/containers/Clusters/Clusters.tsx b/src/containers/Clusters/Clusters.tsx index e1b6765bbe..6f6ed8821e 100644 --- a/src/containers/Clusters/Clusters.tsx +++ b/src/containers/Clusters/Clusters.tsx @@ -128,7 +128,7 @@ export function Clusters() { const renderPageTitle = () => { return ( - + {i18n('page_title')} @@ -148,7 +148,7 @@ export function Clusters() { {renderPageTitle()} - +