From 5db81f399068d19108031f677ecd0b7caa964ae0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Benqu=C3=A9?= Date: Thu, 19 Dec 2019 10:43:28 +0000 Subject: [PATCH] add margin to team roster header buttons --- www/teams/app-team.less | 1 + 1 file changed, 1 insertion(+) diff --git a/www/teams/app-team.less b/www/teams/app-team.less index e65f31279..177efbd0e 100644 --- a/www/teams/app-team.less +++ b/www/teams/app-team.less @@ -143,6 +143,7 @@ display: none; } .cp-app-team-roster-header { + margin-bottom: 20px; button:not(:last-child) { margin-right: 5px; }