more specific input-group button selector

* fixes #143
This commit is contained in:
Matthias Kretschmann 2017-06-29 17:00:18 +02:00
parent 8cd1ea3afe
commit c5bd4dc9f5
Signed by: m
GPG Key ID: 606EEEF3C479A91F
1 changed files with 2 additions and 1 deletions

View File

@ -30,7 +30,8 @@
// `font-size` in combination with `inline-block` on buttons.
font-size: 0;
> .btn {
> .btn,
.form-group:last-of-type & > .btn {
margin-top: 0;
}
}