Fix broken design of Single Product template in block themes when product had no reviews or additional info (#33308)
Fix broken design of Single Product template in block themes when product had no reviews or additional info
This commit is contained in:
parent
21f7cea2b6
commit
2b85008ae5
|
@ -0,0 +1,4 @@
|
|||
Significance: patch
|
||||
Type: fix
|
||||
|
||||
Fix broken design of Single Product template in block themes when product had no reviews or additional info
|
|
@ -253,6 +253,7 @@ $tt2-gray: #f7f7f7;
|
|||
|
||||
div.product {
|
||||
position: relative;
|
||||
overflow: auto;
|
||||
|
||||
> span.onsale {
|
||||
position: absolute;
|
||||
|
|
Loading…
Reference in New Issue