mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-05 08:59:14 +08:00
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:
commit
e9ef82a4da
1 changed files with 10 additions and 0 deletions
|
@ -301,3 +301,13 @@ a.wc-block-axo-change-link {
|
||||||
#shipping-fields .wc-block-components-checkout-step__heading {
|
#shipping-fields .wc-block-components-checkout-step__heading {
|
||||||
display: flex;
|
display: flex;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// 11. Fastlane modal info message fix
|
||||||
|
.wc-block-components-text-input {
|
||||||
|
.wc-block-components-form &,
|
||||||
|
& {
|
||||||
|
paypal-watermark {
|
||||||
|
white-space: wrap;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue