mirror of
https://github.com/twbs/bootstrap.git
synced 2024-11-29 11:24:18 +01:00
Fix having multiple selectors on a single line.
This commit is contained in:
parent
848701a1b3
commit
4c5d1faa35
@ -29,7 +29,8 @@
|
||||
top: -1px;
|
||||
}
|
||||
|
||||
.btn-xs &, .btn-group-xs > .btn & {
|
||||
.btn-xs &,
|
||||
.btn-group-xs > .btn & {
|
||||
top: 0;
|
||||
padding: 1px 5px;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user