Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add height to fix focus cutoff
  • Loading branch information
dhruvang21 committed Sep 19, 2024
commit 6f7089bfd6957c6f0fb325c2ed68ded591724683
2 changes: 2 additions & 0 deletions packages/edit-widgets/src/components/header/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,8 @@
flex-shrink: 2;
padding-right: $grid-unit-10;
padding-left: $grid-unit-20;
overflow: hidden;
height: 60px;
}

.edit-widgets-header__title {
Expand Down