mirror of
https://github.com/twbs/bootstrap.git
synced 2025-01-17 09:52:29 +01:00
Merge pull request #15628 from kkirsche/patch-1
[Fix Issue #15561] Fix badges not being resized inside .btn-group-xs if .btn-xs is not applied
This commit is contained in:
commit
2641ba6f0f
@ -29,7 +29,8 @@
|
||||
top: -1px;
|
||||
}
|
||||
|
||||
.btn-xs & {
|
||||
.btn-xs &,
|
||||
.btn-group-xs > .btn & {
|
||||
top: 0;
|
||||
padding: 1px 5px;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user