Skip to content

Commit 0213137

Browse files
authored
🎨 Fix semi-hidden modal inline notices (#2555)
1 parent 69d27f5 commit 0213137

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/settings/payment-settings/account-keys-modal.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ const StyledConfirmationModal = styled( ConfirmationModal )`
167167
margin: 0 -24px 24px;
168168
}
169169
.wcstripe-inline-notice {
170-
margin-top: -24px;
170+
margin-top: 0;
171171
margin-bottom: 0;
172172
}
173173
.wcstripe-confirmation-modal__separator {

0 commit comments

Comments
 (0)