diff --git a/src/modal-checkout/checkout.scss b/src/modal-checkout/checkout.scss index 08bc13cd5..9e1351594 100644 --- a/src/modal-checkout/checkout.scss +++ b/src/modal-checkout/checkout.scss @@ -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,