Fix Reviews editor styles (https://github.com/woocommerce/woocommerce-blocks/pull/2941)
This commit is contained in:
parent
8d21c7257e
commit
7e6968e68e
|
@ -1,3 +0,0 @@
|
|||
.wc-block-reviews-by-category__selection {
|
||||
width: 100%;
|
||||
}
|
|
@ -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';
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -95,6 +95,7 @@ const entries = {
|
|||
],
|
||||
} ),
|
||||
|
||||
'reviews-style': './assets/js/blocks/reviews/editor.scss',
|
||||
...getBlockEntries( '**/*.scss' ),
|
||||
},
|
||||
core: {
|
||||
|
|
Loading…
Reference in New Issue