Skip to content

Commit

Permalink
header fix to new format
Browse files Browse the repository at this point in the history
  • Loading branch information
snide committed Dec 10, 2018
1 parent 67a54fd commit 2a005f3
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -78,14 +78,14 @@ class HeaderUI extends Component<Props> {

return (
<EuiHeader>
<EuiHeaderSection>
<EuiHeaderSection grow={false}>
<EuiHeaderSectionItem border="right">{this.renderLogo()}</EuiHeaderSectionItem>

<HeaderNavControls navControls={leftNavControls} />

<HeaderBreadcrumbs appTitle={appTitle} breadcrumbs$={breadcrumbs$} />
</EuiHeaderSection>

<HeaderBreadcrumbs appTitle={appTitle} breadcrumbs$={breadcrumbs$} />

<EuiHeaderSection side="right">
<HeaderNavControls navControls={rightNavControls} />

Expand Down

0 comments on commit 2a005f3

Please sign in to comment.