Skip to content

Commit

Permalink
Ensures the pipeline and ML panels are evenly sized (#141500) (#141517)
Browse files Browse the repository at this point in the history
(cherry picked from commit f605d13)

Co-authored-by: Davey Holler <[email protected]>
  • Loading branch information
kibanamachine and daveyholler authored Sep 22, 2022
1 parent 3b84cdf commit f582a27
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export const SearchIndexPipelines: React.FC = () => {
<>
<EuiSpacer />
<EuiFlexGroup direction="row">
<EuiFlexItem>
<EuiFlexItem grow={5}>
<DataPanel
hasBorder
footerDocLink={
Expand Down Expand Up @@ -64,7 +64,7 @@ export const SearchIndexPipelines: React.FC = () => {
<IngestPipelinesCard />
</DataPanel>
</EuiFlexItem>
<EuiFlexItem>
<EuiFlexItem grow={5}>
<DataPanel
hasBorder
footerDocLink={
Expand Down

0 comments on commit f582a27

Please sign in to comment.