diff --git a/modules/ppcp-axo-block/resources/css/gateway.scss b/modules/ppcp-axo-block/resources/css/gateway.scss index 36817cb1b..42a14bd6b 100644 --- a/modules/ppcp-axo-block/resources/css/gateway.scss +++ b/modules/ppcp-axo-block/resources/css/gateway.scss @@ -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; + } + } +}