From: Kevin Kirsche Date: Wed, 21 Jan 2015 17:01:25 +0000 (-0500) Subject: Fix issue twbs/bootstrap#15561 X-Git-Tag: v3.3.4~170^2^2~1^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=848701a1b3f4152a1c8b6b9dbb09ac805d779cc2;p=thirdparty%2Fbootstrap.git Fix issue twbs/bootstrap#15561 Fix issue twbs/bootstrap#15561 regarding badges not shrinking to fit inside of .btn-group-xs --- diff --git a/less/badges.less b/less/badges.less index 0817323a6c..650b2134c6 100644 --- a/less/badges.less +++ b/less/badges.less @@ -29,7 +29,7 @@ top: -1px; } - .btn-xs & { + .btn-xs &, .btn-group-xs > .btn & { top: 0; padding: 1px 5px; }