💄 Fix layout of feature overview

This commit is contained in:
Philipp Stracker 2025-01-24 16:29:03 +01:00
parent 105202f833
commit 95bdf8bcc7
No known key found for this signature in database
3 changed files with 17 additions and 24 deletions

View file

@ -12,7 +12,7 @@ const FeatureSettingsBlock = ( { title, description, ...props } ) => {
}
return (
<span className="ppcp-r-feature-item__notes">
<span className="ppcp--item-notes">
{ notes.map( ( note, index ) => (
<span key={ index }>{ note }</span>
) ) }
@ -61,7 +61,7 @@ const FeatureSettingsBlock = ( { title, description, ...props } ) => {
</Description>
</Header>
<Action>
<div className="ppcp-r-feature-item__buttons">
<div className="ppcp--action-buttons">
{ props.actionProps?.buttons.map(
( {
class: className,