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

Commit

Permalink
Revert "Fix for Rating alignment when used in Products block and Clas…
Browse files Browse the repository at this point in the history
…sic Template (#8104)"

This reverts commit 8af92ee.
  • Loading branch information
sunyatasattva committed Jan 5, 2023
1 parent 398a20d commit 48a55f8
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions assets/js/atomic/blocks/product-elements/rating/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
margin-bottom: $gap-small;

&__stars {
display: inline-block;
overflow: hidden;
position: relative;
width: 5.3em;
Expand Down Expand Up @@ -52,10 +51,3 @@
margin: 0;
}
}

// Fix applied specifically to Classic Template
.woocommerce-loop-product__link {
.wc-block-components-product-rating__stars {
display: block;
}
}

0 comments on commit 48a55f8

Please sign in to comment.