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:
Danny Dudzic 2024-06-21 14:33:51 +02:00 committed by GitHub
commit e2346baeec
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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) {