Skip to content

Commit

Permalink
Merge pull request #664 from tomusborne/remove-list__block-class-from…
Browse files Browse the repository at this point in the history
…-root

Tweak: Remove block-editor-block-list__block class from root
  • Loading branch information
tomusborne authored Aug 23, 2022
2 parents ea55f81 + 764d727 commit ee8add2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/root-element/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ export default function RootElement( { name, clientId, align, children } ) {
const blockProps = {
className: classnames( {
'wp-block': true,
'block-editor-block-list__block': true,
'gb-is-root-block': true,
[ `gb-root-block-${ blockName }` ]: true,
} ),
Expand Down

0 comments on commit ee8add2

Please sign in to comment.