Skip to content
This repository has been archived by the owner on Feb 23, 2024. It is now read-only.

Commit

Permalink
Fix Reviews editor styles (#2941)
Browse files Browse the repository at this point in the history
  • Loading branch information
Aljullu committed Jul 29, 2020
1 parent dda85a2 commit a2e15e2
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 8 deletions.
3 changes: 0 additions & 3 deletions assets/js/blocks/reviews/reviews-by-category/editor.scss

This file was deleted.

1 change: 0 additions & 1 deletion assets/js/blocks/reviews/reviews-by-category/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ import { Icon, review } from '@woocommerce/icons';
/**
* Internal dependencies
*/
import '../editor.scss';
import Editor from './edit';
import sharedAttributes from '../attributes';
import save from '../save.js';
Expand Down
4 changes: 0 additions & 4 deletions assets/js/blocks/reviews/reviews-by-product/editor.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
.wc-block-reviews-by-product__selection {
width: 100%;
}

.components-base-control {
+ .wc-block-reviews-by-product__notice {
margin: -$gap 0 $gap;
Expand Down
1 change: 1 addition & 0 deletions bin/webpack-entries.js
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ const entries = {
],
} ),

'reviews-style': './assets/js/blocks/reviews/editor.scss',
...getBlockEntries( '**/*.scss' ),
},
core: {
Expand Down

0 comments on commit a2e15e2

Please sign in to comment.