UX: adjust button spacing (#14230)

This commit is contained in:
Kris 2021-09-07 13:19:03 -04:00 committed by GitHub
parent a71b7df0a0
commit 5c0ad215af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -44,8 +44,8 @@ div.poll {
line-height: 2em;
}
:not(:first-child):not(:last-child) {
margin-left: 1em;
button:not(:first-child) {
margin-left: 0.5em;
}
.btn-danger.toggle-status {