Skip to content

Commit

Permalink
Restore trunk classnames
Browse files Browse the repository at this point in the history
  • Loading branch information
getdave committed Aug 16, 2023
1 parent f9a0b34 commit 7f6f77f
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -189,15 +189,15 @@ function ListViewBlockSelectButton(
/>
<HStack
alignment="center"
className="block-editor-list-view-block-node__label-wrapper"
className="block-editor-list-view-block-select-button__label-wrapper"
justify="flex-start"
spacing={ 1 }
>
<span className="block-editor-list-view-block-node__title">
<span className="block-editor-list-view-block-select-button__title">
<Truncate ellipsizeMode="auto">{ blockTitle }</Truncate>
</span>
{ blockInformation?.anchor && (
<span className="block-editor-list-view-block-node__anchor-wrapper">
<span className="block-editor-list-view-block-select-button__anchor-wrapper">
<Truncate
className="block-editor-list-view-block-node__anchor"
ellipsizeMode="auto"
Expand Down Expand Up @@ -231,7 +231,7 @@ function ListViewBlockSelectButton(
</span>
) : null }
{ isLocked && (
<span className="block-editor-list-view-block-node__lock">
<span className="block-editor-list-view-block-select-button__lock">
<Icon icon={ lock } />
</span>
) }
Expand Down

0 comments on commit 7f6f77f

Please sign in to comment.