From 5ac4cbab7fe3f2452ca1dc9a4ddff0e9c057ba09 Mon Sep 17 00:00:00 2001 From: Andrea Fercia Date: Thu, 23 May 2024 16:35:04 +0200 Subject: [PATCH] Remove right alignment. --- packages/block-editor/src/components/link-control/style.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/block-editor/src/components/link-control/style.scss b/packages/block-editor/src/components/link-control/style.scss index 08c65a169903f3..c0cf8a3bc2afe9 100644 --- a/packages/block-editor/src/components/link-control/style.scss +++ b/packages/block-editor/src/components/link-control/style.scss @@ -38,7 +38,6 @@ $block-editor-link-control-number-of-actions: 1; .block-editor-link-control__search-item-top { gap: $grid-unit-05; flex-wrap: wrap; - justify-content: flex-end; .components-button.has-icon { width: auto;