From e8240e383a67719d5d63b01df687972d8e7688a4 Mon Sep 17 00:00:00 2001 From: chris Date: Sat, 9 May 2026 13:24:23 -0400 Subject: [PATCH] fix: increase Square card form height to show postal code field 89px only fit two rows; postal code (third row) was clipped by the container. Co-Authored-By: Claude Sonnet 4.6 --- estore/src/components/PaymentForm.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/estore/src/components/PaymentForm.tsx b/estore/src/components/PaymentForm.tsx index c703c11..7309161 100644 --- a/estore/src/components/PaymentForm.tsx +++ b/estore/src/components/PaymentForm.tsx @@ -259,7 +259,7 @@ export default function PaymentForm({ payload, onSuccess, onError, active }: Pro