Skip to content

Commit

Permalink
drop word 'unified' from classname
Browse files Browse the repository at this point in the history
  • Loading branch information
marekhrabe committed Jul 31, 2019
1 parent 3bd1883 commit 097bc0f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions packages/block-editor/src/components/block-preview/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ function BlockPreview( { blocks, settings, className, isScaled } ) {
<Disabled
aria-hidden
className={ classnames(
'editor-block-preview__unified',
'block-editor-block-preview__unified',
'editor-block-preview',
'block-editor-block-preview',
'editor-styles-wrapper',
className,
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.block-editor-block-preview__unified {
.block-editor-block-preview {
padding: $block-padding;
font-family: $editor-font;
overflow: hidden;
Expand Down

0 comments on commit 097bc0f

Please sign in to comment.