add margin to team roster header buttons

This commit is contained in:
David Benqué 2019-12-19 10:43:28 +00:00
parent 0dc4a1d890
commit 5db81f3990
1 changed files with 1 additions and 0 deletions

View File

@ -143,6 +143,7 @@
display: none;
}
.cp-app-team-roster-header {
margin-bottom: 20px;
button:not(:last-child) {
margin-right: 5px;
}