diff options
| author | Kevin Kirsche <[email protected]> | 2015-01-21 12:01:25 -0500 |
|---|---|---|
| committer | Kevin Kirsche <[email protected]> | 2015-01-21 12:01:25 -0500 |
| commit | 848701a1b3f4152a1c8b6b9dbb09ac805d779cc2 (patch) | |
| tree | a4d368bc999bb609542ac6262d52132ad5cbd518 | |
| parent | 1ce502dc4de0accf27a6c37c21d26f4739d09241 (diff) | |
| download | bootstrap-848701a1b3f4152a1c8b6b9dbb09ac805d779cc2.tar.xz bootstrap-848701a1b3f4152a1c8b6b9dbb09ac805d779cc2.zip | |
Fix issue twbs/bootstrap#15561
Fix issue twbs/bootstrap#15561 regarding badges not shrinking to fit inside of .btn-group-xs
| -rw-r--r-- | less/badges.less | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/less/badges.less b/less/badges.less index 0817323a6..650b2134c 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; } |
