Fix having multiple selectors on a single line.

This commit is contained in:
Kevin Kirsche 2015-01-21 16:38:58 -05:00
parent 848701a1b3
commit 4c5d1faa35
1 changed files with 2 additions and 1 deletions

View File

@ -29,7 +29,8 @@
top: -1px;
}
.btn-xs &, .btn-group-xs > .btn & {
.btn-xs &,
.btn-group-xs > .btn & {
top: 0;
padding: 1px 5px;
}