From 7dc3113be0f7988e84ec314a8a62852d5fa8b03c Mon Sep 17 00:00:00 2001 From: Daniel Dudzic Date: Tue, 1 Oct 2024 15:48:27 +0200 Subject: [PATCH] Axo Block: Fix the Fastlane modal info message text overflow issue --- modules/ppcp-axo-block/resources/css/gateway.scss | 10 ++++++++++ 1 file changed, 10 insertions(+) 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; + } + } +}