Using <EuiSideNav> moves the nav item test to the right of the nav, unless it's at the root of the side nav, because by default .euiSideNavItemButton__content uses justify-content: space-between;, but the root items use justify-content: flex-start;.
Any idea if this is unintentional?

Using
<EuiSideNav>moves the nav item test to the right of the nav, unless it's at the root of the side nav, because by default.euiSideNavItemButton__contentusesjustify-content: space-between;, but the root items usejustify-content: flex-start;.Any idea if this is unintentional?