From 9593cbdb792ef9fd6ff2ef147c2dbe760b8547ff Mon Sep 17 00:00:00 2001 From: DanielS Date: Tue, 11 Aug 2026 22:46:13 +0200 Subject: [PATCH] style(wizard): minimize gap between basket items and action buttons in summary sidebar --- shop/components/wizard/summary-sidebar.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/shop/components/wizard/summary-sidebar.tsx b/shop/components/wizard/summary-sidebar.tsx index e1671a6..9919432 100644 --- a/shop/components/wizard/summary-sidebar.tsx +++ b/shop/components/wizard/summary-sidebar.tsx @@ -258,7 +258,7 @@ export function SummarySidebar({ ))} {/* Warenkorb List (Scrollable) */} {basketItems.length > 0 && ( -
+
Kassen ({basketItems.length}): Zum Bearbeiten anklicken @@ -328,7 +328,7 @@ export function SummarySidebar({
)} - +