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:
parent
bbf08e4267
commit
e8240e383a
@ -259,7 +259,7 @@ export default function PaymentForm({ payload, onSuccess, onError, active }: Pro
|
||||
<div
|
||||
id="sq-card"
|
||||
style={{
|
||||
minHeight: '89px',
|
||||
minHeight: '160px',
|
||||
opacity: cardReady ? 1 : 0.5,
|
||||
transition: 'opacity 0.25s',
|
||||
}}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user