From 29ee98a300afe59ed3cb1c5e848eacf12e7053ff Mon Sep 17 00:00:00 2001 From: Benjamin Sutter Date: Tue, 9 Jun 2026 22:30:12 +0200 Subject: [PATCH] =?UTF-8?q?fix:=20Properties=20grid=20=E2=80=94=20wider=20?= =?UTF-8?q?min=20card=20width,=20more=20breathing=20room?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change minmax from 240px to 320px and gap from 1.5 to 2.5 so the grid shows 3-4 columns instead of 9-10 on a wide screen. Co-Authored-By: Claude Sonnet 4.6 --- src/pages/supply/Properties.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/supply/Properties.tsx b/src/pages/supply/Properties.tsx index 80d6be4..e94f8f8 100644 --- a/src/pages/supply/Properties.tsx +++ b/src/pages/supply/Properties.tsx @@ -191,7 +191,7 @@ export default function Properties() { {view === 'grid' ? ( - + {filtered.map(p => ( ))}