fix button spacing

This commit is contained in:
Anthony 2021-08-12 18:17:59 +02:00
parent d71ceccd08
commit e1197bc1c3
No known key found for this signature in database
GPG key ID: C386D3C93D50E356
2 changed files with 5 additions and 1 deletions

View file

@ -295,7 +295,7 @@ class StripeAccountConnection extends React.Component<Props, State> {
label={__('Complete Verification')}
icon={ICONS.SETTINGS}
navigate={stripeConnectionUrl}
style={{marginRight: '10px'}}
className="stripe__complete-verification-button"
/> }
<Button
button="secondary"

View file

@ -340,3 +340,7 @@ pre {
//.successCard, .toConfirmCard {
// max-width: 94%
//}
.stripe__complete-verification-button {
margin-right: 10px !important;
}