Describe the bug
There's a 1px misalignment between the heavy left border on the menu item block controls and the menu item itself.
To reproduce
Steps to reproduce the behavior:
Expected behavior
The border on the block controls and the menu item will be aligned.
Screenshots

Desktop
Additional context
Tested on Gutenberg v7.2.0
I can reproduce this on latest master. Changing left to 14px on [data-type="core/navigation-link"] .block-editor-block-toolbar in navigation-link/editor.scss seems to fix it.
Most helpful comment
I can reproduce this on latest master. Changing
leftto14pxon[data-type="core/navigation-link"] .block-editor-block-toolbarinnavigation-link/editor.scssseems to fix it.