From 4abb38b51776b17dd3aa30e5a72f7c08e4bb8633 Mon Sep 17 00:00:00 2001 From: Maurice Date: Tue, 30 Jun 2026 18:47:21 +0200 Subject: [PATCH] style(packing): small gap between the list and the luggage sidebar divider The luggage sidebar's left border sat flush against the right-hand category card. Add a little left margin so the divider has minimal breathing room. --- client/src/components/Packing/PackingListPanelBagSidebar.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/components/Packing/PackingListPanelBagSidebar.tsx b/client/src/components/Packing/PackingListPanelBagSidebar.tsx index 39f346e6..03e4e1dc 100644 --- a/client/src/components/Packing/PackingListPanelBagSidebar.tsx +++ b/client/src/components/Packing/PackingListPanelBagSidebar.tsx @@ -9,7 +9,7 @@ export function BagSidebar(S: PackingState) { showAddBag, setShowAddBag, newBagName, setNewBagName, handleCreateBag, } = S return ( -
+
{t('packing.bags')}