Improve selection view (#192)

This commit is contained in:
Christopher Chedeau 2020-01-05 19:11:35 -08:00 committed by GitHub
parent d5c6dd49a2
commit 23cd62d148
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 137 additions and 169 deletions

View file

@ -53,6 +53,14 @@ body {
h5:first-of-type {
margin-top: 0;
}
.buttonList {
flex-wrap: wrap;
button {
margin-right: 4px;
}
}
}
}