diff --git a/app/assets/stylesheets/common/base/_topic-list.scss b/app/assets/stylesheets/common/base/_topic-list.scss index 2c1527457c8..8a661989b5e 100644 --- a/app/assets/stylesheets/common/base/_topic-list.scss +++ b/app/assets/stylesheets/common/base/_topic-list.scss @@ -51,10 +51,19 @@ list-style: none; padding: 0; margin: 0; - li { + > li { + // only target the top-level li, not dropdowns + display: flex; float: left; - margin-bottom: var(--nav-space); margin-right: 0.5em; + height: 100%; + margin-bottom: 0; + } + + .select-kit-header { + align-self: stretch; + height: 100%; + margin-bottom: var(--nav-space); } }