Skip to content

Commit

Permalink
Fix save panel header height in post editor
Browse files Browse the repository at this point in the history
  • Loading branch information
youknowriad committed Feb 3, 2023
1 parent 582d930 commit 6f20790
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/edit-post/src/components/layout/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -95,3 +95,7 @@
bottom: 0;
}
}

.edit-post-layout .entities-saved-states__panel-header {
height: $header-height + $border-width;
}

0 comments on commit 6f20790

Please sign in to comment.