From 23257f2e481af5b36619f2487d05341ae93280c5 Mon Sep 17 00:00:00 2001 From: Raz Date: Sat, 10 May 2025 12:33:09 +0200 Subject: [PATCH] add planning event --- .../templates/tournaments/broadcast/broadcasted_planning.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tournaments/templates/tournaments/broadcast/broadcasted_planning.html b/tournaments/templates/tournaments/broadcast/broadcasted_planning.html index ff74d59..59e8082 100644 --- a/tournaments/templates/tournaments/broadcast/broadcasted_planning.html +++ b/tournaments/templates/tournaments/broadcast/broadcasted_planning.html @@ -47,7 +47,7 @@ color: white; } .match-cell, .court-label { - width: 0.15fr; + width: 18rem; display: flex; } /* Adjust width when court count is 5 or more */