From 740a109caf0bdbb4bc912b5d800f191f46d9a99c Mon Sep 17 00:00:00 2001 From: Kelly Hoffman Date: Mon, 1 Nov 2021 11:13:26 -0700 Subject: [PATCH] gets rid of visual jump Props @critterverse Ref: https://github.com/WordPress/gutenberg/pull/32464#pullrequestreview-770494293 --- .../src/components/block-parent-selector/style.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/block-editor/src/components/block-parent-selector/style.scss b/packages/block-editor/src/components/block-parent-selector/style.scss index a9edb8e7ec062..cdda3c9f49827 100644 --- a/packages/block-editor/src/components/block-parent-selector/style.scss +++ b/packages/block-editor/src/components/block-parent-selector/style.scss @@ -21,7 +21,7 @@ // move the parent selector icon to right side to make room for the dot .block-editor-block-icon { - margin-right: -15px; + margin-right: -16px; } // add the dot before the parent selector icon