Breadcrumb layout shift

Problem description:
There is layout shift when breadcrumb gets data. it’s quite distracting when switching between files.

Expected behavior:
no layout shift

Here is a screencast of this behavior

Solution:
make breadcrumb min-height 28px.

Browser/OS/Device:
Chrome

Hey there, although this may seem like a bug, this feature is intentional. The reason why this happens is because:

  1. We have to load the breadcrumbs indexing function
  2. We don’t want to have a blank white “banner” at the top of each workspace pane
  3. Some files don’t have this indexing ability
2 Likes