You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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
usesjustify-content: space-between;
, but the root items usejustify-content: flex-start;
.Any idea if this is unintentional?
The text was updated successfully, but these errors were encountered: