Skip to content

Commit

Permalink
Site Hub: Fix height in mobile layout (#67110)
Browse files Browse the repository at this point in the history
Co-authored-by: t-hamano <[email protected]>
Co-authored-by: jasmussen <[email protected]>
  • Loading branch information
3 people authored Nov 19, 2024
1 parent 89b47b4 commit 68d7776
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/edit-site/src/components/site-hub/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
justify-content: space-between;
gap: $grid-unit-10;
margin-right: $grid-unit-15;
height: $grid-unit-70;
height: $header-height;
}

.edit-site-site-hub__actions {
Expand Down

0 comments on commit 68d7776

Please sign in to comment.