Fixed tiny tiny style issue / breadcrumb-radius

erich37

Well-known member
not a real "bug", but a tiny tiny style issue on the "bottom-left radius" at the breadcrumb.
The "bottom-left radius" is thinner than the other 3 radius.

It seems when "overflow: hidden" is removed, then the "bottom-left radius" looks fine.

Code:
.breadcrumb {
overflow: hidden;
}



breadcrumb_radius.webp
 
Looks like breadcrumbItemFirstCrumb should have border radiuses of 5px to match the container itself.
 
Top Bottom