Commit 2641ba6f authored by Mark Otto's avatar Mark Otto

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
parents c8be2a06 4c5d1faa
......@@ -29,7 +29,8 @@
top: -1px;
}
.btn-xs & {
.btn-xs &,
.btn-group-xs > .btn & {
top: 0;
padding: 1px 5px;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment