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 <noreply@anthropic.com>
This commit is contained in:
chris 2026-05-09 13:24:23 -04:00
parent bbf08e4267
commit e8240e383a

View File

@ -259,7 +259,7 @@ export default function PaymentForm({ payload, onSuccess, onError, active }: Pro
<div <div
id="sq-card" id="sq-card"
style={{ style={{
minHeight: '89px', minHeight: '160px',
opacity: cardReady ? 1 : 0.5, opacity: cardReady ? 1 : 0.5,
transition: 'opacity 0.25s', transition: 'opacity 0.25s',
}} }}