Skip to content

Commit

Permalink
Adjust metrics top menu layout to avoid overflow (opensearch-project#398
Browse files Browse the repository at this point in the history
)

Signed-off-by: Joshua Li <joshuali925@gmail.com>
  • Loading branch information
joshuali925 authored Apr 19, 2023
1 parent b8f9ca3 commit 6309e63
Show file tree
Hide file tree
Showing 5 changed files with 2,945 additions and 2,991 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ exports[`Search Bar Component Search Side Bar Component with available metrics 1
<Component
setSearch={[MockFunction]}
>
<div>
<div
className="metrics-search-bar-input"
>
<EuiSearchBar
box={
Object {
Expand Down Expand Up @@ -164,7 +166,9 @@ exports[`Search Bar Component Search Side Bar Component with no available metric
<Component
setSearch={[MockFunction]}
>
<div>
<div
className="metrics-search-bar-input"
>
<EuiSearchBar
box={
Object {
Expand Down
2 changes: 1 addition & 1 deletion public/components/metrics/sidebar/search_bar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export const SearchBar = (props: ISearchBarProps) => {
};

return (
<div>
<div className="metrics-search-bar-input">
<EuiSearchBar
box={{
placeholder: 'Search for metrics',
Expand Down
Loading

0 comments on commit 6309e63

Please sign in to comment.