File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 4
4
overflow : auto ;
5
5
gap : var (--g-spacing-4 );
6
6
7
- padding : var (--g-spacing-4 ) var (--g-spacing-5 ) 0 ;
7
+ padding : var (--g-spacing-4 ) 0 0 var (--g-spacing-5 );
8
8
9
9
@include mixins .body-2-typography ();
10
10
@include mixins .flex-container ();
11
11
12
+ & __title-wrapper ,
13
+ & __controls-wrapper {
14
+ padding-right : var (--g-spacing-5 );
15
+ }
16
+
12
17
& __autorefresh {
13
18
margin-left : auto ;
14
19
}
Original file line number Diff line number Diff line change @@ -128,7 +128,7 @@ export function Clusters() {
128
128
129
129
const renderPageTitle = ( ) => {
130
130
return (
131
- < Flex justifyContent = "space-between" >
131
+ < Flex justifyContent = "space-between" className = { b ( 'title-wrapper' ) } >
132
132
< Flex gap = { 2 } >
133
133
< Text variant = "header-1" > { i18n ( 'page_title' ) } </ Text >
134
134
< Text variant = "header-1" color = "secondary" >
@@ -148,7 +148,7 @@ export function Clusters() {
148
148
149
149
{ renderPageTitle ( ) }
150
150
151
- < Flex >
151
+ < Flex className = { b ( 'controls-wrapper' ) } >
152
152
< div className = { b ( 'control' , { wide : true } ) } >
153
153
< Search
154
154
placeholder = { i18n ( 'controls_search-placeholder' ) }
You can’t perform that action at this time.
0 commit comments