Skip to content

Commit

Permalink
Keep styles to contain the long anchors.
Browse files Browse the repository at this point in the history
  • Loading branch information
juanfra committed Jan 10, 2025
1 parent 9ddd0af commit 424297e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/block-editor/src/components/list-view/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -404,6 +404,12 @@
width: 100%;
}

.block-editor-list-view-block-select-button__anchor {
position: absolute;
right: 0;
transform: translateY(-50%);
}

&.is-selected .block-editor-list-view-block-select-button__anchor {
background: rgba($black, 0.3);
color: $white;
Expand Down

0 comments on commit 424297e

Please sign in to comment.