mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-20 14:30:23 +00:00
Fix issue twbs/bootstrap#15561
Fix issue twbs/bootstrap#15561 regarding badges not shrinking to fit inside of .btn-group-xs
This commit is contained in:
parent
1ce502dc4d
commit
848701a1b3
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@
|
|||
top: -1px;
|
||||
}
|
||||
|
||||
.btn-xs & {
|
||||
.btn-xs &, .btn-group-xs > .btn & {
|
||||
top: 0;
|
||||
padding: 1px 5px;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue