From ab4f0451da2980dcec40cc66e5ad025f1aeb2724 Mon Sep 17 00:00:00 2001 From: Amit Raj <77401999+amitraj2203@users.noreply.github.com> Date: Wed, 10 Jul 2024 16:18:43 +0530 Subject: [PATCH] Improve vertical alignment of the Apply and Link settings buttons in URLPopover Co-authored-by: amitraj2203 Co-authored-by: afercia --- packages/block-editor/src/components/url-popover/style.scss | 1 + packages/format-library/src/link/style.scss | 1 + 2 files changed, 2 insertions(+) diff --git a/packages/block-editor/src/components/url-popover/style.scss b/packages/block-editor/src/components/url-popover/style.scss index 324d82d4183aa..8c9d867071017 100644 --- a/packages/block-editor/src/components/url-popover/style.scss +++ b/packages/block-editor/src/components/url-popover/style.scss @@ -10,6 +10,7 @@ .block-editor-url-popover__row { display: flex; gap: $grid-unit-05; + align-items: center; } // Any children of the popover-row that are not the settings-toggle diff --git a/packages/format-library/src/link/style.scss b/packages/format-library/src/link/style.scss index 05f8f5a40668e..05eb576fe26e2 100644 --- a/packages/format-library/src/link/style.scss +++ b/packages/format-library/src/link/style.scss @@ -1,5 +1,6 @@ .block-editor-format-toolbar__link-container-content { display: flex; + align-items: center; } .block-editor-format-toolbar__link-container-value {