diff --git a/packages/editor/src/components/post-trash/style.scss b/packages/editor/src/components/post-trash/style.scss index 32398e453559c5..6b7ee6fee20741 100644 --- a/packages/editor/src/components/post-trash/style.scss +++ b/packages/editor/src/components/post-trash/style.scss @@ -1,3 +1,3 @@ .editor-post-trash.components-button { - margin-left: -6px; // Optically align the button with elements above. + margin-top: $grid-unit-05; }