From a1ce5aced1da152c9452229e6749e01987e793e4 Mon Sep 17 00:00:00 2001 From: Emmanuel Vitor Date: Wed, 8 Feb 2023 21:50:18 -0300 Subject: [PATCH] clear --- react/components/Html/styles.css | 2 ++ store/blocks/pdp/product.jsonc | 1 + 2 files changed, 3 insertions(+) diff --git a/react/components/Html/styles.css b/react/components/Html/styles.css index a8c7935..b775543 100644 --- a/react/components/Html/styles.css +++ b/react/components/Html/styles.css @@ -107,3 +107,5 @@ max-width:314.4px; display: flex; flex-direction: column; } + [class*="html--m3-add-to-cart-button "]{ + width: 100%; } diff --git a/store/blocks/pdp/product.jsonc b/store/blocks/pdp/product.jsonc index 6ecf270..e952417 100644 --- a/store/blocks/pdp/product.jsonc +++ b/store/blocks/pdp/product.jsonc @@ -184,6 +184,7 @@ }, "html#add-to-cart-button": { "props": { + "blockClass": "m3-add-to-cart-button", "testId": "add-to-cart-button" }, "children": ["add-to-cart-button"]