mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-04 08:47:23 +08:00
AXO: Add col-1 class to fix layout on the Twenty Twenty-Four theme
This commit is contained in:
parent
ac3b99d776
commit
b05c59c59e
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