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

View File

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