Prevent category badges from wrapping on white space

This commit is contained in:
Neil Lalonde 2013-07-26 10:11:00 -04:00
parent d51dcd1705
commit d579e4c5d5

View file

@ -25,6 +25,7 @@
color: $white;
font-size: 12px;
font-weight: bold;
white-space: nowrap;
&[href] {
color: $white;
}