From c664c5e02e326055664087ecedb1f8a83ac1d4af Mon Sep 17 00:00:00 2001 From: Lucas Kalil Date: Fri, 12 Jun 2026 21:13:10 -0300 Subject: [PATCH] style: adjust grid layout and fix team name text wrapping --- assets/css/style.css | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/assets/css/style.css b/assets/css/style.css index f98b4bc..6b24701 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -642,7 +642,7 @@ button { .groups-grid { display: grid; gap: 1rem; - grid-template-columns: repeat(auto-fill, minmax(320px, 1fr)); + grid-template-columns: repeat(auto-fill, minmax(360px, 1fr)); } .group-card { @@ -708,7 +708,10 @@ button { display: flex; align-items: center; gap: 0.45rem; - white-space: nowrap; +} + +.standings-table td.col-team span { + min-width: 0; } .standings-table tbody tr {