From 8ddde89143f7a6ed7deabcb9f485230768f260f8 Mon Sep 17 00:00:00 2001 From: Marco Date: Thu, 30 Jul 2026 13:40:52 +0000 Subject: [PATCH] Force Artikel to start a new grid row on the order list sm:grid-cols-4 left 2 empty cells in row 1 after Bestellnummer/Datum became col-span-1, so Grid auto-placement flowed Artikel into the same row instead of wrapping. Co-Authored-By: Claude Sonnet 5 --- app/konto/bestellungen/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/konto/bestellungen/page.tsx b/app/konto/bestellungen/page.tsx index 8fd189c..abc59a1 100644 --- a/app/konto/bestellungen/page.tsx +++ b/app/konto/bestellungen/page.tsx @@ -69,7 +69,7 @@ export default async function KontoBestellungenPage() {

Datum

{formatDate(order.createdAt)}

-
+

Artikel

{order.itemCount}