File tree 5 files changed +2945
-2991
lines changed
public/components/metrics
5 files changed +2945
-2991
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,9 @@ exports[`Search Bar Component Search Side Bar Component with available metrics 1
15
15
<Component
16
16
setSearch = { [MockFunction ]}
17
17
>
18
- <div >
18
+ <div
19
+ className = " metrics-search-bar-input"
20
+ >
19
21
<EuiSearchBar
20
22
box = {
21
23
Object {
@@ -164,7 +166,9 @@ exports[`Search Bar Component Search Side Bar Component with no available metric
164
166
<Component
165
167
setSearch = { [MockFunction ]}
166
168
>
167
- <div >
169
+ <div
170
+ className = " metrics-search-bar-input"
171
+ >
168
172
<EuiSearchBar
169
173
box = {
170
174
Object {
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ export const SearchBar = (props: ISearchBarProps) => {
28
28
} ;
29
29
30
30
return (
31
- < div >
31
+ < div className = "metrics-search-bar-input" >
32
32
< EuiSearchBar
33
33
box = { {
34
34
placeholder : 'Search for metrics' ,
You can’t perform that action at this time.
0 commit comments