Merge pull request #2663 from woocommerce/PCP-3752-fastlane-modal-info-message-overflow-in-the-block-checkout

Axo Block: Fix the Fastlane modal info message text overflow issue (3752)
This commit is contained in:
Emili Castells 2024-10-07 10:42:17 +02:00 committed by GitHub
commit e9ef82a4da
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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;
}
}
}