Skip to content

Commit

Permalink
Fix broken template part converter modal styles. (#32097)
Browse files Browse the repository at this point in the history
* update flex-block class selector

* use custom className instead
  • Loading branch information
Addison-Stavlo authored May 21, 2021
1 parent a9a0d47 commit 8ca750b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ export default function ConvertToTemplatePart( { clientIds, blocks } ) {
icon={ icon }
/>
</FlexItem>
<FlexBlock>
<FlexBlock className="edit-site-template-part-converter__option-label">
{ label }
<div>
{ description }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,12 +56,12 @@
color: $gray-900;
cursor: auto;

.components-flex__block div {
.edit-site-template-part-converter__option-label div {
color: $gray-600;
}
}

.components-flex__block {
.edit-site-template-part-converter__option-label {
padding-top: $grid-unit-05;
white-space: normal;

Expand Down

0 comments on commit 8ca750b

Please sign in to comment.