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
Use header height variable
Co-authored-by: Aki Hamano <[email protected]>
  • Loading branch information
dhruvang21 and t-hamano authored Sep 23, 2024
commit 98d7351592aa2e7133a13d26bd04148d8dfca9d9
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