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
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;
}
}
}
}