File tree 2 files changed +6
-3
lines changed
2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 7
7
8
8
@include mixins .body-2-typography ();
9
9
@include mixins .flex-container ();
10
-
10
+ & __autorefresh {
11
+ margin-left : auto ;
12
+ }
11
13
& __cluster {
12
14
display : flex ;
13
15
align-items : center ;
87
89
88
90
& __aggregation ,
89
91
& __controls {
92
+ margin-right : 15px ;
90
93
margin-left : 15px ;
91
94
}
92
95
108
111
display : flex ;
109
112
align-items : center ;
110
113
111
- max-width : 200 px ;
114
+ max-width : 230 px ;
112
115
113
116
font-size : var (--g-text-subheader-3-font-size );
114
117
line-height : var (--g-text-subheader-3-line-height );
Original file line number Diff line number Diff line change @@ -178,7 +178,7 @@ export function Clusters() {
178
178
sortable = { false }
179
179
/>
180
180
</ div >
181
- < AutoRefreshControl />
181
+ < AutoRefreshControl className = { b ( 'autorefresh' ) } />
182
182
</ div >
183
183
{ query . isError ? < ResponseError error = { query . error } className = { b ( 'error' ) } /> : null }
184
184
{ query . isLoading ? < Loader size = "l" /> : null }
You can’t perform that action at this time.
0 commit comments