Skip to content

Commit

Permalink
[ML] alight stats position
Browse files Browse the repository at this point in the history
  • Loading branch information
darnautov committed Oct 28, 2019
1 parent 3e775e1 commit dcb28b0
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,13 @@ export const Page: FC = () => {
/>
</h1>
</EuiTitle>
{stats && (
<div style={{ margin: '0 -14px' }}>
<StatsBar stats={stats} dataTestSub={'mlAnalyticsStatsBar'} />
</div>
)}
</EuiPageContentHeaderSection>
<EuiPageContentHeaderSection>
{stats && <StatsBar stats={stats} dataTestSub={'mlAnalyticsStatsBar'} />}
<EuiFlexGroup alignItems="center">
{/* grow={false} fixes IE11 issue with nested flex */}
<EuiFlexItem grow={false}>
Expand Down

0 comments on commit dcb28b0

Please sign in to comment.