diff --git a/app/konto/bestellungen/page.tsx b/app/konto/bestellungen/page.tsx index fcbc028..908e3c9 100644 --- a/app/konto/bestellungen/page.tsx +++ b/app/konto/bestellungen/page.tsx @@ -44,13 +44,13 @@ export default async function KontoBestellungenPage() { {/* 4 columns as soon as there's room for badge labels - like "In Bearbeitung" to fit (>= 400px) — every field + like "In Bearbeitung" to fit (>= 500px) — every field spans exactly 1 track, so every row shares the exact same column boundaries regardless of viewport. Below - 400px there just isn't room for 4 tracks without + 500px there just isn't room for 4 tracks without badges overflowing their column, so it drops to 2 columns; the 6 fields in DOM order already tile into exactly Bestellnummer/Datum, Artikel/Status, @@ -74,11 +74,11 @@ export default async function KontoBestellungenPage() { instead of Grid auto-flowing it into the 2 empty cells left in row 1 (harmless no-op in the 2-column layout, where it's already first in row 2 anyway). */} -
+

Bestellnummer

{order.orderNumber}

-
+

Datum

{formatDate(order.createdAt)}