Skip to content

Commit ed273b0

Browse files
adding full width to button
1 parent 94f9dcd commit ed273b0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dotcom-rendering/src/components/ProductCarouselCard.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,7 @@ export const ProductCarouselCard = ({
117117
<ProductLinkButton
118118
label={`Buy at ${firstCta.retailer}`}
119119
url={firstCta.url}
120+
fullwidth={true}
120121
minimisePadding={true}
121122
/>
122123
</div>

0 commit comments

Comments
 (0)