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:
Roy Ho 2024-03-20 05:24:47 -07:00 committed by GitHub
parent fa49848cf9
commit 3ef4fc88a5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 9 additions and 0 deletions

View File

@ -91,6 +91,11 @@
.wc-block-components-product-rating {
margin-bottom: 0;
display: flex;
.wc-block-components-product-rating-count {
margin-left: 4px;
}
}
}

View File

@ -0,0 +1,4 @@
Significance: patch
Type: enhancement
Fix the count alignment for Filter by Ratings block