Commit 93363972 authored by Mark Otto's avatar Mark Otto

enforce line-height on badges at all times

parent 163dd529
...@@ -12,6 +12,7 @@ ...@@ -12,6 +12,7 @@
font-size: .75em; font-size: .75em;
font-weight: $badge-font-weight; font-weight: $badge-font-weight;
color: $badge-color; color: $badge-color;
line-height: $line-height-base;
text-align: center; text-align: center;
white-space: nowrap; white-space: nowrap;
background-color: $badge-bg; background-color: $badge-bg;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment