From af1c643bf47c306bd17d7b4540152e9b25835e7a Mon Sep 17 00:00:00 2001 From: Razmig Sarkissian Date: Sun, 26 May 2024 17:35:26 +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 1c41f51..98138e9 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 70px; + grid-template-columns: 1px auto 60px 80px; /* first column is a hack */ align-items: center; /* Vertically center the content within each column */