Skip to content

Commit

Permalink
Update x-pack/plugins/infra/public/pages/metrics/inventory_view/compo…
Browse files Browse the repository at this point in the history
…nents/node_details/tabs/metrics/chart_header.tsx

Co-authored-by: Zacqary Adam Xeper <Zacqary@users.noreply.github.com>
  • Loading branch information
phillipb and Zacqary authored Nov 18, 2020
1 parent 547bba5 commit 8ecca44
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ interface Props {
export const ChartHeader = ({ title, metrics }: Props) => {
return (
<ChartHeaderWrapper>
<EuiFlexItem style={{ flex: 1 }} grow={true}>
<EuiFlexItem grow={1}>
<EuiText>
<strong>{title}</strong>
</EuiText>
Expand Down

0 comments on commit 8ecca44

Please sign in to comment.