fix spacing between btn and buttonDropdown

This commit is contained in:
Felix Niklas 2015-10-15 11:07:58 +02:00
parent 1baf6b175c
commit deded86b63

View file

@ -520,7 +520,8 @@ span[data-tooltip]:hover:before {
} }
} }
.btn + .btn { .btn + .btn,
.btn + .buttonDropdown {
margin-left: 10px; margin-left: 10px;
} }