Skip to content

Commit

Permalink
Rolling back unnecessary classNames
Browse files Browse the repository at this point in the history
There was a rogue space in trunk. Let's let it live
  • Loading branch information
ramonjd committed Jul 5, 2023
1 parent b735596 commit f394740
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions packages/edit-site/src/components/layout/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -313,4 +313,5 @@
.edit-site-layout__header {
width: 100%;
}

}
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ export default function PageTemplateParts() {
return (
<Page
title={ __( 'Template Parts' ) }
className="edit-site-page-template-parts"
actions={
canCreate && (
<AddNewTemplate
Expand Down
1 change: 0 additions & 1 deletion packages/edit-site/src/components/page-templates/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@ export default function PageTemplates() {
return (
<Page
title={ __( 'Templates' ) }
className="edit-site-page-templates"
actions={
canCreate && (
<AddNewTemplate
Expand Down

0 comments on commit f394740

Please sign in to comment.