Add margin to buttons in reviewer (#2161)

This commit is contained in:
Matthias Metelka 2022-11-02 09:27:37 +01:00 committed by GitHub
parent b384417955
commit 8025936480
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -72,6 +72,10 @@ code#typeans {
background: #ccc;
}
button {
margin: 1em 0.5em;
}
.replay-button {
text-decoration: none;
display: inline-flex;