From 73dd8430149fad386ed9d7c9fb6900384ffc06c4 Mon Sep 17 00:00:00 2001 From: scruffian Date: Thu, 8 Feb 2024 23:29:32 +0000 Subject: [PATCH] Vertically align the text inside link control --- packages/block-editor/src/components/link-control/style.scss | 2 +- 1 file changed, 1 insertion(+), 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 8ba11f9ce3308b..96820aee356d3e 100644 --- a/packages/block-editor/src/components/link-control/style.scss +++ b/packages/block-editor/src/components/link-control/style.scss @@ -177,7 +177,7 @@ $block-editor-link-control-number-of-actions: 1; .block-editor-link-control__search-item-header { display: block; flex-direction: row; - align-items: flex-start; + align-items: center; margin-right: $grid-unit-10; gap: $grid-unit-10;