EuiHeaderSection side='right'
now seems to rely on the presence of EuiHeaderBreadcrumbs
#1390
Labels
EuiHeaderSection side='right'
now seems to rely on the presence of EuiHeaderBreadcrumbs
#1390
Hi all,
I was just updating Cloud from 5.3.0 to 5.8.1 and ran into a problem with how the
EuiHeader
was rendering.The problem is that the
<EuiHeaderSection side='right'>
no longer aligns to the right. See image below (where profile image item should be on the right of the screen):I've tracked the issue down to here #1346. In Cloud I was able to 'fix' the alignment by adding a valid
EuiHeaderBreadcrumbs
tag between the twoEuiHeaderSection
. So I think that the issue is that when theEuiHeaderBreadcrumbs
tag is not present,<EuiHeaderSection side='right'>
is not honoured.I was able to recreate this in the EUI docs by removing
EuiHeaderBreadcrumbs
from the header demo, here's the result.Thanks!
cc @cchaos
The text was updated successfully, but these errors were encountered: