From 933639729f3f6f3c5d4f6e8299f0de080c296c5f Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Fri, 29 May 2015 14:05:02 -0700 Subject: [PATCH] enforce line-height on badges at all times --- scss/_badge.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/scss/_badge.scss b/scss/_badge.scss index b264108f08..53781160a5 100644 --- a/scss/_badge.scss +++ b/scss/_badge.scss @@ -12,6 +12,7 @@ font-size: .75em; font-weight: $badge-font-weight; color: $badge-color; + line-height: $line-height-base; text-align: center; white-space: nowrap; background-color: $badge-bg;