Skip to content

Commit 748a025

Browse files
Parent selector: Fix dot divider horizontal spacing
Remove `right: 0` from the parent selector dot divider so it is no longer flush against the button edge. This allows the dot to be properly centered horizontally between the parent selector button and the adjacent toolbar button. Fixes #57727
1 parent 9a422ff commit 748a025

File tree

1 file changed

+0
-1
lines changed
  • packages/block-editor/src/components/block-toolbar

1 file changed

+0
-1
lines changed

packages/block-editor/src/components/block-toolbar/style.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,6 @@
141141
display: inline-flex;
142142
height: 2px;
143143
position: absolute;
144-
right: 0;
145144
top: $grid-unit-20 - $border-width;
146145
width: 2px;
147146
}

0 commit comments

Comments
 (0)