diff --git a/app/components/NotifyMeForm.tsx b/app/components/NotifyMeForm.tsx index d0db649..16b8f21 100644 --- a/app/components/NotifyMeForm.tsx +++ b/app/components/NotifyMeForm.tsx @@ -49,24 +49,25 @@ export function NotifyMeForm({ productId, variantName = "" }: { productId: numbe } return ( + // Stacked, not side-by-side — narrow product cards (shop grid, related + // products) don't leave enough width for input + button in one row + // without either truncating the placeholder or squeezing the button.
);