Skip to content
Snippets Groups Projects
Commit d19c0c86 authored by Benjamin Melançon's avatar Benjamin Melançon
Browse files

Issue #3084159 by Jaydeep_patel, riddhi.addweb, medden, mlncn: Breadcrumb Padding Issue

parent 46e22e19
No related branches found
Tags 8.x-1.21
2 merge requests!21Issue #3355251 by lelkneralfaro, mlncn: Prepocess table throws error if class...,!18mini pager style fixed
......@@ -127,3 +127,17 @@ article {
.hero.is-primary .is-active a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current) {
color: #00d1b2;
}
// Ensure proper padding for breadcrumbs that are not links.
.breadcrumb {
li {
a {
padding: 0;
}
& + li {
&::before {
padding: 0 0.75em;
}
}
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment