Rating filter: fix misaligned count (#45674)
* Rating filter: fix misaligned count * Add changefile(s) from automation for the following project(s): woocommerce-blocks --------- Co-authored-by: github-actions <github-actions@github.com>
This commit is contained in:
parent
fa49848cf9
commit
3ef4fc88a5
|
@ -91,6 +91,11 @@
|
|||
|
||||
.wc-block-components-product-rating {
|
||||
margin-bottom: 0;
|
||||
display: flex;
|
||||
|
||||
.wc-block-components-product-rating-count {
|
||||
margin-left: 4px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
Significance: patch
|
||||
Type: enhancement
|
||||
|
||||
Fix the count alignment for Filter by Ratings block
|
Loading…
Reference in New Issue