Product grid blocks: display rating stars in the editor (https://github.com/woocommerce/woocommerce-blocks/pull/1650)
This commit is contained in:
parent
022cd10e08
commit
7f048ec9c4
|
@ -173,7 +173,8 @@
|
||||||
.wc-block-grid__product-rating {
|
.wc-block-grid__product-rating {
|
||||||
display: block;
|
display: block;
|
||||||
|
|
||||||
.wc-block-grid__product-rating__stars {
|
.wc-block-grid__product-rating__stars,
|
||||||
|
.star-rating {
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
position: relative;
|
position: relative;
|
||||||
width: 5.3em;
|
width: 5.3em;
|
||||||
|
|
Loading…
Reference in New Issue