Skip to content

Commit

Permalink
Merge pull request #1958 from Automattic/fix/link-icon-placement
Browse files Browse the repository at this point in the history
fix: correct Link icon placement
  • Loading branch information
laurelfulford authored Nov 14, 2024
2 parents d1f4c0b + e900795 commit 01d3df6
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/modal-checkout/checkout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -495,6 +495,16 @@
}
}

// Fix Link payment processor icon placement
.woocommerce-input-wrapper:has(.stripe-gateway-stripelink-modal-trigger) {
display: block;
position: relative;

.stripe-gateway-stripelink-modal-trigger {
inset: calc(50% - 24px) 20px auto auto !important; // !important override inline styles.
}
}

// Order review table.
.woocommerce-checkout-review-order-table {
th,
Expand Down

0 comments on commit 01d3df6

Please sign in to comment.