diff --git a/app/assets/stylesheets/common/components/badges.scss b/app/assets/stylesheets/common/components/badges.scss index 9e8daf62fbd..940351824eb 100644 --- a/app/assets/stylesheets/common/components/badges.scss +++ b/app/assets/stylesheets/common/components/badges.scss @@ -91,7 +91,7 @@ height: 10px; margin-right: 5px; display: inline-block; - line-height: .8; + line-height: $line-height-small; &:before { content: "\a0"; diff --git a/app/assets/stylesheets/common/select-kit/category-drop.scss b/app/assets/stylesheets/common/select-kit/category-drop.scss index 37f86581e22..6fe2e3595ac 100644 --- a/app/assets/stylesheets/common/select-kit/category-drop.scss +++ b/app/assets/stylesheets/common/select-kit/category-drop.scss @@ -26,7 +26,10 @@ } &.bullet.has-selection .category-drop-header { - padding: 5.25px 10px; + padding: 3.5px 10px; + span.badge-category { + line-height: $line-height-large; + } } &.box.has-selection .category-drop-header {