Axo Block: Fix the Fastlane modal info message text overflow issue

This commit is contained in:
Daniel Dudzic 2024-10-01 15:48:27 +02:00
parent 5bae4d13c8
commit 7dc3113be0
No known key found for this signature in database
GPG key ID: 31B40D33E3465483

View file

@ -301,3 +301,13 @@ a.wc-block-axo-change-link {
#shipping-fields .wc-block-components-checkout-step__heading {
display: flex;
}
// 11. Fastlane modal info message fix
.wc-block-components-text-input {
.wc-block-components-form &,
& {
paypal-watermark {
white-space: wrap;
}
}
}