Skip to content

Commit

Permalink
Ensures the pipeline and ML panels are evenly sized (#141500)
Browse files Browse the repository at this point in the history
  • Loading branch information
daveyholler authored Sep 22, 2022
1 parent 8774859 commit f605d13
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 f605d13

Please sign in to comment.