mirror of
https://github.com/discourse/discourse.git
synced 2026-07-30 08:08:20 -05:00
UX: ensure category breadcrumbs have consistent height (#11966)
This commit is contained in:
@@ -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);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user