From 1a40eccad537c88c6e50e2bc903e30f33d858b38 Mon Sep 17 00:00:00 2001 From: Arnaud Date: Fri, 10 Jul 2026 12:52:28 +0200 Subject: [PATCH] fix: shopping list detail page action buttons wrap to a second line flex-wrap let the header buttons (export, share, print, markdown export, rename/delete) drop to a second row once they didn't fit. Switched to the same non-wrapping, horizontally-scrollable row pattern already used for the recipe detail page's action buttons. Co-Authored-By: Claude Sonnet 5 --- apps/web/app/(app)/shopping-lists/[id]/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/web/app/(app)/shopping-lists/[id]/page.tsx b/apps/web/app/(app)/shopping-lists/[id]/page.tsx index c2cdde5..83e1807 100644 --- a/apps/web/app/(app)/shopping-lists/[id]/page.tsx +++ b/apps/web/app/(app)/shopping-lists/[id]/page.tsx @@ -48,7 +48,7 @@ export default async function ShoppingListPage({ params }: Params) { {list.generatedAt ? m.shoppingLists.fromMealPlan : ""}

-
+
{access.role === "owner" && }