Skip to content

Commit

Permalink
Classic: Fix selector for editor styles (#6709)
Browse files Browse the repository at this point in the history
  • Loading branch information
mcsf authored and gziolo committed May 16, 2018
1 parent cea4ee9 commit 1ccc488
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion core-blocks/freeform/edit.js
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ export default class FreeformEdit extends Component {
<div
key="editor"
id={ `editor-${ id }` }
className="wp-block-freeform blocks-rich-text__tinymce"
className="wp-block-freeform core-blocks-rich-text__tinymce"
/>,
];
/* eslint-enable jsx-a11y/no-static-element-interactions */
Expand Down
2 changes: 1 addition & 1 deletion core-blocks/freeform/editor.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.wp-block-freeform.editor-rich-text__tinymce {
.wp-block-freeform.core-blocks-rich-text__tinymce {
overflow: hidden;
margin: -4px;
padding: 4px;
Expand Down
2 changes: 1 addition & 1 deletion core-blocks/freeform/test/__snapshots__/index.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Array [
id="toolbar-undefined"
/>,
<div
class="wp-block-freeform blocks-rich-text__tinymce"
class="wp-block-freeform core-blocks-rich-text__tinymce"
id="editor-undefined"
/>,
]
Expand Down

0 comments on commit 1ccc488

Please sign in to comment.