UX: adjust button spacing (#14230)
This commit is contained in:
parent
a71b7df0a0
commit
5c0ad215af
|
@ -44,8 +44,8 @@ div.poll {
|
||||||
line-height: 2em;
|
line-height: 2em;
|
||||||
}
|
}
|
||||||
|
|
||||||
:not(:first-child):not(:last-child) {
|
button:not(:first-child) {
|
||||||
margin-left: 1em;
|
margin-left: 0.5em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn-danger.toggle-status {
|
.btn-danger.toggle-status {
|
||||||
|
|
Loading…
Reference in New Issue