mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-05 08:59:14 +08:00
Merge pull request #2351 from woocommerce/PCP-3249-fastlane-improve-checkout-fields-layout-in-ryan-flow
AXO: Fix the layout with the Twenty Twenty-Four theme (3249)
This commit is contained in:
commit
e2346baeec
1 changed files with 3 additions and 0 deletions
|
@ -277,10 +277,13 @@ class AxoManager {
|
|||
|
||||
this.el.watermarkContainer.show();
|
||||
|
||||
// Add class to customer details container.
|
||||
this.$(this.el.axoCustomerDetails.selector).addClass('col-1');
|
||||
} else {
|
||||
this.shippingView.deactivate();
|
||||
this.billingView.deactivate();
|
||||
this.cardView.deactivate();
|
||||
this.$(this.el.axoCustomerDetails.selector).removeClass('col-1');
|
||||
}
|
||||
|
||||
if (scenario.axoPaymentContainer) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue