-
Notifications
You must be signed in to change notification settings - Fork 355
Closed
Labels
kind: enhancementNew feature or requestNew feature or requesttag: CSSCSS and SCSS related issuesCSS and SCSS related issues
Description
Good time of day to you! In jupyter/jupyter#702, we noticed that breadcrumbs get shortened very aggressively.
The change that introduced this was #1460 which was trying to address #1451, which affects mobile browsers (or very skinny viewports on desktop), but #1460 does so by cutting out letters without regard for the width of the viewport, which makes for some strange experiences when viewing using a laptop or desktop.
I think a more suitable alternative would be to revert #1460 and instead use something like CSS text-overflow and media queries to address and prevent overlap of breadcrumbs on small screens.
Metadata
Metadata
Assignees
Labels
kind: enhancementNew feature or requestNew feature or requesttag: CSSCSS and SCSS related issuesCSS and SCSS related issues

