💄 Remove left indentation of Disconnect-button

This commit is contained in:
Philipp Stracker 2025-02-12 16:13:12 +01:00
parent 8b9b664a32
commit 4399293a02
No known key found for this signature in database
2 changed files with 16 additions and 1 deletions

View file

@ -59,7 +59,9 @@ const ConnectionDescription = () => {
'Your PayPal account connection details.',
'woocommerce-paypal-payments'
) }
<DisconnectButton />
<div className="ppcp--card-actions">
<DisconnectButton />
</div>
</>
);
};