Skip to content

Commit

Permalink
Use header height variable
Browse files Browse the repository at this point in the history
Co-authored-by: Aki Hamano <54422211+t-hamano@users.noreply.github.com>
  • Loading branch information
dhruvang21 and t-hamano committed Sep 23, 2024
1 parent 6f7089b commit 98d7351
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/edit-widgets/src/components/header/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
padding-right: $grid-unit-10;
padding-left: $grid-unit-20;
overflow: hidden;
height: 60px;
height: $header-height;
}

.edit-widgets-header__title {
Expand Down

0 comments on commit 98d7351

Please sign in to comment.