From c6be73a536a5a03d0ee657cbafcf242965687fce Mon Sep 17 00:00:00 2001
From: Philipp Stracker
Date: Wed, 22 Jan 2025 16:49:42 +0100
Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20Add=20uniform=20CSS=20classes=20?=
=?UTF-8?q?to=20every=20block?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../Settings/Components/Settings/Blocks/InvoicePrefix.js | 1 +
.../Screens/Settings/Components/Settings/Blocks/OrderIntent.js | 1 +
.../Settings/Components/Settings/Blocks/PayNowExperience.js | 2 +-
3 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/modules/ppcp-settings/resources/js/Components/Screens/Settings/Components/Settings/Blocks/InvoicePrefix.js b/modules/ppcp-settings/resources/js/Components/Screens/Settings/Components/Settings/Blocks/InvoicePrefix.js
index 0f47284b1..f29609e0c 100644
--- a/modules/ppcp-settings/resources/js/Components/Screens/Settings/Components/Settings/Blocks/InvoicePrefix.js
+++ b/modules/ppcp-settings/resources/js/Components/Screens/Settings/Components/Settings/Blocks/InvoicePrefix.js
@@ -10,6 +10,7 @@ const InvoicePrefix = () => {
{
'Choose between immediate capture or authorization-only, with manual capture in the Order section.',
'woocommerce-paypal-payments'
) }
+ className="ppcp--order-intent"
>
{
SettingsHooks.useSettings();
return (
-
+