Skip to content

Commit

Permalink
Title Optimization: Update sizes and spacings (#37333)
Browse files Browse the repository at this point in the history
* Title Optimization: Update size and spacings

* changelog
  • Loading branch information
renatoagds authored May 10, 2024
1 parent 927dc57 commit 72c6c4a
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Significance: minor
Type: other

Update sizes and spacings on Title Optimization
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,21 @@
}
}


&-content {
display: flex;
flex-direction: column;
}

&-label {
font-size: 15px;
font-weight: 600;
line-height: 22px;
}

&-description {
font-size: 13px;
font-weight: 400;
line-height: 20px;
padding-top: 4px;
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,10 @@ export default function TitleOptimizationOptions( {
htmlFor={ `${ titleOptimizationId }-${ index }` }
>
{ option.label }
<div className="jetpack-ai-title-optimization__option-description">
{ option.description }
</div>
</label>
<span className="jetpack-ai-title-optimization__option-description">
{ option.description }
</span>
</div>
</div>
) ) }
Expand Down

0 comments on commit 72c6c4a

Please sign in to comment.