diff --git a/app/assets/stylesheets/common/base/_topic-list.scss b/app/assets/stylesheets/common/base/_topic-list.scss index a16cadd0afc..b86750dbdaa 100644 --- a/app/assets/stylesheets/common/base/_topic-list.scss +++ b/app/assets/stylesheets/common/base/_topic-list.scss @@ -159,7 +159,7 @@ .badge-category { padding: 4px 10px; display: inline-block; - line-height: 24px; + margin-bottom: 10px; } .category-dropdown-menu .badge-category { diff --git a/app/assets/stylesheets/common/components/badges.css.scss b/app/assets/stylesheets/common/components/badges.css.scss index e0d99227455..fb52e31c9dc 100644 --- a/app/assets/stylesheets/common/components/badges.css.scss +++ b/app/assets/stylesheets/common/components/badges.css.scss @@ -132,6 +132,7 @@ header .title-wrapper .bar .badge-category { .category-breadcrumb li.bar > .badge-category { background: dark-light-diff($primary, $secondary, 95%, -65%) !important; + line-height: 24px; &:not(.home):first-child { border-left-width: 5px; border-left-style: solid;