Skip to content

Commit 5d07d35

Browse files
authored
Remove Еxpress Checkout section extra spacing(#2469)
1 parent b36c453 commit 5d07d35

File tree

1 file changed

+1
-1
lines changed
  • client/settings/payment-request-section

1 file changed

+1
-1
lines changed

client/settings/payment-request-section/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ const PaymentRequestSection = () => {
5151

5252
return (
5353
<Card className="express-checkouts">
54-
<CardBody>
54+
<CardBody size={ 0 }>
5555
<ul className="express-checkouts-list">
5656
<li className="express-checkout has-icon-border">
5757
<div className="express-checkout__checkbox">

0 commit comments

Comments
 (0)