mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-04 08:47:23 +08:00
🐛 Fix incorrect DOM: Resolve nested <p>-tags
This commit is contained in:
parent
1f82eb37f3
commit
7a6ec6a1fe
1 changed files with 2 additions and 2 deletions
|
@ -31,9 +31,9 @@ const SettingsCard = ( {
|
|||
<span className="ppcp-r-settings-card__title">
|
||||
{ title }
|
||||
</span>
|
||||
<p className="ppcp-r-settings-card__description">
|
||||
<div className="ppcp-r-settings-card__description">
|
||||
{ description }
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue