Fix button spacing for all possible combos

This commit is contained in:
Basti 2018-04-02 00:04:58 +02:00
parent 74e442ce8b
commit 6a63d63634
1 changed files with 4 additions and 0 deletions

View File

@ -78,7 +78,11 @@ header {
}
}
button + button,
button + .button,
.button + .button,
button + .button-group,
.button + .button-group,
.button-group + button,
.button-group + .button-group {
margin-left: 1rem;