Skip to content

Commit

Permalink
Add clear both to payment request button wrapper (#7550)
Browse files Browse the repository at this point in the history
  • Loading branch information
bborman22 authored Oct 25, 2023
1 parent 76caedf commit 98ed205
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions changelog/fix-express-checkout-wrapper-float
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Significance: patch
Type: fix

Clear floats for payment request button wrapper.
1 change: 1 addition & 0 deletions client/checkout/express-checkout-buttons.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
.wcpay-payment-request-wrapper {
margin-top: 1em;
width: 100%;
clear: both;

&:first-child {
margin-top: 0;
Expand Down

0 comments on commit 98ed205

Please sign in to comment.