Skip to content

Commit

Permalink
[ML] Remove flex group gutter size.
Browse files Browse the repository at this point in the history
  • Loading branch information
walterra committed Jul 26, 2022
1 parent 2f404a8 commit ff8b4f7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ export const ExplainLogRateSpikesPage: FC<ExplainLogRateSpikesPageProps> = ({

return (
<EuiPageBody data-test-subj="aiopsIndexPage" paddingSize="none" panelled={false}>
<EuiFlexGroup gutterSize="m">
<EuiFlexGroup gutterSize="none">
<EuiFlexItem>
<EuiPageContentHeader className="aiopsPageHeader">
<EuiPageContentHeaderSection>
Expand Down

0 comments on commit ff8b4f7

Please sign in to comment.