Skip to content

Commit

Permalink
Fix site editor reset styles in WP 5.9 (#36390)
Browse files Browse the repository at this point in the history
  • Loading branch information
noisysocks authored Nov 11, 2021
1 parent 22cb8f6 commit c5d757d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/edit-site/src/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ html.wp-toolbar {
background: $white;
}

body.appearance_page_gutenberg-edit-site {
body.appearance_page_gutenberg-edit-site,
body.site-editor-php {
@include wp-admin-reset(".edit-site");
}

Expand Down

0 comments on commit c5d757d

Please sign in to comment.