Skip to content

Commit

Permalink
Fix styling conflicts (opensearch-project#59)
Browse files Browse the repository at this point in the history
* fix: Style conflict

Signed-off-by: Mingkun Ma <[email protected]>

* Add label to search button

Signed-off-by: Mingkun Ma <[email protected]>

Signed-off-by: Mingkun Ma <[email protected]>
Co-authored-by: Mingkun Ma <[email protected]>
  • Loading branch information
mingkunm and Mingkun Ma authored Nov 3, 2022
1 parent ede673f commit 4aac640
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 8 deletions.
2 changes: 1 addition & 1 deletion public/components/query_compare/home.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ export const Home = ({

return (
<>
<div className="search-relevance-flex">
<div className="osdOverviewWrapper">
{documentsIndexes.length ? <SearchResult http={http} /> : <CreateIndex />}
</div>
{showFlyout && <Flyout />}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export const SearchInputBar = ({
/>
</EuiFlexItem>
<EuiFlexItem grow={false}>
<EuiButton fill onClick={onClickSearch}>
<EuiButton fill onClick={onClickSearch} aria-label="searchRelevance-searchButton">
Search
</EuiButton>
</EuiFlexItem>
Expand Down
6 changes: 0 additions & 6 deletions public/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -179,9 +179,3 @@
height: 200px;
}
}

.application > div{
display: flex;
flex-direction: column;
flex: 1 1 auto;
}

0 comments on commit 4aac640

Please sign in to comment.