From ae2f38b5ecdb738a08b69bad87f9ea6f49bed19a Mon Sep 17 00:00:00 2001 From: Razmig Sarkissian Date: Sun, 26 May 2024 17:36:42 +0200 Subject: [PATCH] fix width size for teams page --- tournaments/static/tournaments/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tournaments/static/tournaments/css/style.css b/tournaments/static/tournaments/css/style.css index 98138e9..b371b94 100644 --- a/tournaments/static/tournaments/css/style.css +++ b/tournaments/static/tournaments/css/style.css @@ -586,7 +586,7 @@ svg { .table-row-3-colums-teams { display: grid; - grid-template-columns: 1px auto 60px 80px; + grid-template-columns: 1px auto 70px 80px; /* first column is a hack */ align-items: center; /* Vertically center the content within each column */