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
Issue appears when screen size is between 676 and 1460 pixels wide. The breadcrumb that appears is smaller than the sub 676 one at the breakpoint and causes messy wrapping and text overflow.
This could likely be fixed by setting a min-width to the breadcrumb, which would grow to fill the screen (and thus smoothly transition to the sub 676 styling) or by moving the fullscreen style to a larger breakpoint so that it snaps to fill the screen before the text is likely to overflow