Skip to content

regression: breadcrumbs truncated regardless of screen size #1568

@ivanov

Description

@ivanov

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.

Compare the old 0.13.3
image

with the new 0.14.3
image

cc @12rambau and @drammock who implemented and merged #1460

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions