Skip to content

Commit

Permalink
Merge pull request #15628 from kkirsche/patch-1
Browse files Browse the repository at this point in the history
[Fix Issue #15561] Fix badges not being resized inside .btn-group-xs if .btn-xs is not applied
  • Loading branch information
mdo committed Jan 22, 2015
2 parents c8be2a0 + 4c5d1fa commit 2641ba6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion less/badges.less
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@
top: -1px;
}

.btn-xs & {
.btn-xs &,
.btn-group-xs > .btn & {
top: 0;
padding: 1px 5px;
}
Expand Down

0 comments on commit 2641ba6

Please sign in to comment.