From fbcc8045eca491d05fd808ef153fb7a23ea88c7b Mon Sep 17 00:00:00 2001 From: Neil Lalonde Date: Sat, 30 May 2015 14:39:05 -0400 Subject: [PATCH] FIX: hanging lowercase characters were cut off in bar style category badges --- app/assets/stylesheets/common/components/badges.css.scss | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/app/assets/stylesheets/common/components/badges.css.scss b/app/assets/stylesheets/common/components/badges.css.scss index 5aae9715a2a..6c043fde9fe 100644 --- a/app/assets/stylesheets/common/components/badges.css.scss +++ b/app/assets/stylesheets/common/components/badges.css.scss @@ -52,7 +52,7 @@ &.bullet { //bullet category style - line-height: 1; + line-height: 1.25; margin-right: 5px; h3 & { @@ -64,7 +64,8 @@ vertical-align: text-top; line-height: 1; margin-left: 4px; - padding-left: 2px; + padding: 3px 0 3px 3px; + margin-top: -3px; display: inline-block; #search-dropdown & {