From 44e8087e201863e53bb31f4a7ff2219634ccca2c Mon Sep 17 00:00:00 2001 From: NomNuggetNom Date: Sat, 21 Feb 2015 22:02:08 -0500 Subject: [PATCH] Fix misaligned dropdown categories --- app/assets/stylesheets/common/base/_topic-list.scss | 2 +- app/assets/stylesheets/common/components/badges.css.scss | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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;