fix button spacing
This commit is contained in:
parent
d71ceccd08
commit
e1197bc1c3
2 changed files with 5 additions and 1 deletions
|
@ -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"
|
||||
|
|
|
@ -340,3 +340,7 @@ pre {
|
|||
//.successCard, .toConfirmCard {
|
||||
// max-width: 94%
|
||||
//}
|
||||
|
||||
.stripe__complete-verification-button {
|
||||
margin-right: 10px !important;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue