From 3cd93b1d527615f8963d0ed8a97044f8a87c667e Mon Sep 17 00:00:00 2001 From: yflory Date: Wed, 18 Dec 2019 18:47:08 +0100 Subject: [PATCH] Fix UI issue --- www/teams/app-team.less | 3 +++ 1 file changed, 3 insertions(+) diff --git a/www/teams/app-team.less b/www/teams/app-team.less index f4323041b..e65f31279 100644 --- a/www/teams/app-team.less +++ b/www/teams/app-team.less @@ -139,6 +139,9 @@ } .cp-team-roster { .avatar_main(50px); + .cp-hidden { + display: none; + } .cp-app-team-roster-header { button:not(:last-child) { margin-right: 5px;