Skip to content

Commit

Permalink
fix spacing from comment
Browse files Browse the repository at this point in the history
Signed-off-by: Adam Tackett <tackadam@amazon.com>
  • Loading branch information
Adam Tackett committed Sep 4, 2024
1 parent 10bbc73 commit 7c03546
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -677,7 +677,7 @@ export function ReportDefinitionDetails(props: { match?: any; setBreadcrumbs?: a
)}
</h1>
</EuiTitle>
<EuiSpacer size="m" />
{!getNavGroupEnabled && <EuiSpacer size='s' />}
<EuiPageContent panelPaddingSize={'l'}>
<EuiPageHeader>
<EuiFlexGroup>
Expand Down
2 changes: 1 addition & 1 deletion public/components/main/report_details/report_details.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@ export function ReportDetails(props: { match?: any; setBreadcrumbs?: any; httpCl
})}
</h1>
</EuiTitle>
<EuiSpacer size="s" />
{!getNavGroupEnabled && <EuiSpacer size='s' />}
<EuiPageContent>
<EuiPageHeader>
<EuiFlexGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ export function CreateReport(props: { [x: string]: any; setBreadcrumbs?: any; ht
})}
</h1>
</EuiTitle>
<EuiSpacer size='s'/>
{!getNavGroupEnabled && <EuiSpacer size='s' />}
<ReportSettings
edit={false}
editDefinitionId={''} // empty string since we are coming from create
Expand Down

0 comments on commit 7c03546

Please sign in to comment.