Skip to content

Commit

Permalink
fix(payments): INT-3211 Change display to inline-block
Browse files Browse the repository at this point in the history
  • Loading branch information
bc-marco committed Oct 5, 2020
1 parent c49b453 commit 91739d0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions assets/scss/components/stencil/applePay/_applePay.scss
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,9 @@

.apple-pay-supported {
.apple-pay-checkout-button {
display: block;
display: inline-block;

@include breakpoint("small") {
display: inline-block;
float: right;
}
}
Expand Down

0 comments on commit 91739d0

Please sign in to comment.