Skip to content

Commit

Permalink
Fix up overview page
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisronline committed Jun 18, 2020
1 parent e523d3c commit 22c6a79
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,9 @@ export function ApmOverview({ stats, metrics, ...props }) {
</h1>
</EuiScreenReaderOnly>
<EuiPageContent>
<Status stats={stats} />
<EuiPanel>
<Status stats={stats} />
</EuiPanel>
<EuiSpacer size="s" />
<EuiFlexGroup wrap>{charts}</EuiFlexGroup>
</EuiPageContent>
Expand Down

0 comments on commit 22c6a79

Please sign in to comment.