This commit is contained in:
Emmanuel Vitor Pereira de Jesus 2023-02-08 21:50:18 -03:00
parent 17754bb5f9
commit a1ce5aced1
2 changed files with 3 additions and 0 deletions

View File

@ -107,3 +107,5 @@ max-width:314.4px;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
} }
[class*="html--m3-add-to-cart-button "]{
width: 100%; }

View File

@ -184,6 +184,7 @@
}, },
"html#add-to-cart-button": { "html#add-to-cart-button": {
"props": { "props": {
"blockClass": "m3-add-to-cart-button",
"testId": "add-to-cart-button" "testId": "add-to-cart-button"
}, },
"children": ["add-to-cart-button"] "children": ["add-to-cart-button"]