Distorted breadcrumb at the home level

Issue #477 resolved
Alexander Goryntsev created an issue

At the home level of navigation the breadcrumb stripe gets smaller and a white area becomes visible along its bottom edge, see the screenshot. Though if you go deeper at levels other but home the breadcrumb looks as it should be, see another screenshot.

bc_home_distorted.png

bc_home_more_ok.png

Comments (3)

  1. Alexander Goryntsev reporter

    Patched with custom CSS:

    .breadcrumb > a {
        display: inline-block;
        margin: 5px 0;
    }
    
  2. Log in to comment