mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-27 21:03:29 +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');
|
||||
}}
|
||||
cancelLabel=''
|
||||
footer={<></>}
|
||||
footer={<div className='mt-8'></div>}
|
||||
size={stripeConnectAccountId ? 740 : 520}
|
||||
testId='stripe-modal'
|
||||
title=''
|
||||
|
Loading…
Reference in New Issue
Block a user