FIX: hanging lowercase characters were cut off in bar style category badges

This commit is contained in:
Neil Lalonde 2015-05-30 14:39:05 -04:00
parent e30f62552e
commit fbcc8045ec

View file

@ -52,7 +52,7 @@
&.bullet { //bullet category style &.bullet { //bullet category style
line-height: 1; line-height: 1.25;
margin-right: 5px; margin-right: 5px;
h3 & { h3 & {
@ -64,7 +64,8 @@
vertical-align: text-top; vertical-align: text-top;
line-height: 1; line-height: 1;
margin-left: 4px; margin-left: 4px;
padding-left: 2px; padding: 3px 0 3px 3px;
margin-top: -3px;
display: inline-block; display: inline-block;
#search-dropdown & { #search-dropdown & {