Fixed Stripe modal bottom padding in AdminX (#18366)

refs. https://github.com/TryGhost/Product/issues/3949
This commit is contained in:
Peter Zimon 2023-09-26 23:37:52 +03:00 committed by GitHub
parent b51e12d90f
commit e5ef88de5b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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=''