Commit 848701a1 authored by Kevin Kirsche's avatar Kevin Kirsche

Fix issue twbs/bootstrap#15561

Fix issue twbs/bootstrap#15561 regarding badges not shrinking to fit inside of .btn-group-xs
parent 1ce502dc
...@@ -29,7 +29,7 @@ ...@@ -29,7 +29,7 @@
top: -1px; top: -1px;
} }
.btn-xs & { .btn-xs &, .btn-group-xs > .btn & {
top: 0; top: 0;
padding: 1px 5px; 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