mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-28 21:33:24 +03:00
Fixed Stripe modal bottom padding in AdminX (#18366)
refs. https://github.com/TryGhost/Product/issues/3949
This commit is contained in:
parent
b51e12d90f
commit
e5ef88de5b
@ -292,7 +292,7 @@ const StripeConnectModal: React.FC = () => {
|
|||||||
updateRoute('tiers');
|
updateRoute('tiers');
|
||||||
}}
|
}}
|
||||||
cancelLabel=''
|
cancelLabel=''
|
||||||
footer={<></>}
|
footer={<div className='mt-8'></div>}
|
||||||
size={stripeConnectAccountId ? 740 : 520}
|
size={stripeConnectAccountId ? 740 : 520}
|
||||||
testId='stripe-modal'
|
testId='stripe-modal'
|
||||||
title=''
|
title=''
|
||||||
|
Loading…
Reference in New Issue
Block a user