Skip to content

Commit

Permalink
Fixed the focus cutoff of the editor buttons in the widgets editor (#…
Browse files Browse the repository at this point in the history
…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 <dhruvang21@git.wordpress.org>
Co-authored-by: t-hamano <wildworks@git.wordpress.org>
  • Loading branch information
3 people committed Sep 23, 2024
1 parent 058cc63 commit 4a91d32
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/edit-widgets/src/components/header/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@
padding-right: $grid-unit-10;
padding-left: $grid-unit-20;
overflow: hidden;
height: $header-height;
}

.edit-widgets-header__title {
Expand Down

0 comments on commit 4a91d32

Please sign in to comment.