Skip to content

Commit

Permalink
Ensure gutenberg-web-view has always the expected content top padding (
Browse files Browse the repository at this point in the history
  • Loading branch information
etoledom authored Jun 30, 2020
1 parent ade1a6b commit c2c083c
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -73,3 +73,11 @@
.components-dropdown-menu__menu > div:not(:first-child) {
display: none;
}

/*
Some Themes can overwrite values on \'editor-styles-wrapper\'.
This will ensure that the top padding is correct on our single-block version of gutenberg web.
*/
.editor-styles-wrapper {
padding-top: 50px !important;
}

0 comments on commit c2c083c

Please sign in to comment.