From da6992372f7daaa3eeade6267ebd6d8301255e08 Mon Sep 17 00:00:00 2001 From: beatzaplenty Date: Tue, 25 Nov 2025 15:08:03 +1000 Subject: [PATCH] modified: src/components/PickItemRow.tsx --- src/components/PickItemRow.tsx | 37 +++++++++++++++++++++------------- 1 file changed, 23 insertions(+), 14 deletions(-) diff --git a/src/components/PickItemRow.tsx b/src/components/PickItemRow.tsx index 5a8a813..5229c51 100644 --- a/src/components/PickItemRow.tsx +++ b/src/components/PickItemRow.tsx @@ -1,3 +1,4 @@ +// src/components/PickItemRow.tsx import { Add, Close, Delete, Inventory2, MoreHoriz, Remove } from '@mui/icons-material'; import { Button, @@ -96,7 +97,6 @@ export const PickItemRow = ({ return ( + {/* Make the product name a block-level, flexible element so it can wrap */} {`${item.quantity} x ${product?.name ?? 'Unknown product'}`} @@ -219,18 +225,21 @@ export const PickItemRow = ({ > {`${item.quantity} x ${product?.name ?? 'Unknown product'}`}