From 4a91d3263ef4061c9477529ad71700e8cabc8b63 Mon Sep 17 00:00:00 2001 From: dhruvang21 <105810308+dhruvang21@users.noreply.github.com> Date: Mon, 23 Sep 2024 18:19:13 +0530 Subject: [PATCH] Fixed the focus cutoff of the editor buttons in the widgets editor (#65395) * Fix the focus cutoff of the editor buttons * Add height to fix focus cutoff * Use header height variable Co-authored-by: Aki Hamano <54422211+t-hamano@users.noreply.github.com> --------- Co-authored-by: dhruvang21 Co-authored-by: t-hamano --- packages/edit-widgets/src/components/header/style.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/edit-widgets/src/components/header/style.scss b/packages/edit-widgets/src/components/header/style.scss index 6e5d8de8142f4..7bd3c41a6a22a 100644 --- a/packages/edit-widgets/src/components/header/style.scss +++ b/packages/edit-widgets/src/components/header/style.scss @@ -82,6 +82,7 @@ padding-right: $grid-unit-10; padding-left: $grid-unit-20; overflow: hidden; + height: $header-height; } .edit-widgets-header__title {