This commit is contained in:
Luigi Teschio 2023-11-07 11:59:36 +01:00 committed by GitHub
parent a0bb87ed07
commit 948fc1ac53
2 changed files with 2 additions and 3 deletions

View File

@ -2,7 +2,6 @@ $line-height: 1.618;
.wc-block-components-product-rating {
display: block;
line-height: 1;
span {
line-height: $line-height;
@ -26,6 +25,7 @@ $line-height: 1.618;
&::before {
content: "\53\53\53\53\53";
line-height: $line-height;
top: 0;
left: 0;
right: 0;
@ -50,6 +50,7 @@ $line-height: 1.618;
right: 0;
position: absolute;
color: inherit;
line-height: $line-height;
white-space: nowrap;
}
}

View File

@ -31,8 +31,6 @@
.wc-block-components-product-rating__stars {
display: inline-block;
line-height: 1;
height: 1em;
}
.wc-blocks-components-form-token-field-wrapper {