UX: ensure category breadcrumbs have consistent height (#11966)
This commit is contained in:
parent
f39e7fe81d
commit
615a091707
|
@ -51,10 +51,19 @@
|
||||||
list-style: none;
|
list-style: none;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
li {
|
> li {
|
||||||
|
// only target the top-level li, not dropdowns
|
||||||
|
display: flex;
|
||||||
float: left;
|
float: left;
|
||||||
margin-bottom: var(--nav-space);
|
|
||||||
margin-right: 0.5em;
|
margin-right: 0.5em;
|
||||||
|
height: 100%;
|
||||||
|
margin-bottom: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.select-kit-header {
|
||||||
|
align-self: stretch;
|
||||||
|
height: 100%;
|
||||||
|
margin-bottom: var(--nav-space);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue