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'}`}