dgibs

Customer
If you look at the breadcrumb under Bolt V3 the first item is offset from the rest.
1678996670595.png
 
I think this in extra.less should take care of it:

Code:
.p-breadcrumbs li:first-of-type:before {
    float: left;
    position: relative;
    top: 1px;
}

I'll look into an official fix for the next release.
 
This is adjusted in 2.2.14. The line-height doesn't mix well with the size of the icon, causing it to mis-align the first item.
 

Pre-Sale Questions

If you have any questions or concerns you want to ask before you make a purchase don't hesitate to use one of our multiple support channels for your convenience.

Back