css: make sure adjacent buttons have a margin (#46839)

This commit is contained in:
Frédéric Péters 2020-09-21 15:39:43 +02:00
parent ef1ec881f3
commit dba16f9b39
1 changed files with 5 additions and 0 deletions

View File

@ -121,6 +121,11 @@ div.buttons {
order: 100;
margin-left: 1em;
}
// make sure adjacent buttons have a margin
button + button,
button + a {
margin-left: 1em;
}
}
a.delete-button, button.delete-button, div.buttons .delete-button input, div.buttons .delete-button button {