diff --git a/react/components/Html/styles.css b/react/components/Html/styles.css index 2eaced6..7c209b0 100644 --- a/react/components/Html/styles.css +++ b/react/components/Html/styles.css @@ -4,6 +4,10 @@ padding: 0 40px; } +[class*="html--selling-price"] { + height: 38px; +} + [class*="html--product-quantity"] { width: 161.58px; } diff --git a/store/blocks/pdp/product.jsonc b/store/blocks/pdp/product.jsonc index ceede37..06240c7 100644 --- a/store/blocks/pdp/product.jsonc +++ b/store/blocks/pdp/product.jsonc @@ -140,6 +140,7 @@ "html#selling-price": { "props": { + "blockClass": "selling-price", "testId": "product-price" }, "children": ["flex-layout.row#selling-price"]