We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 394a9a7 commit f01682eCopy full SHA for f01682e
1 file changed
dotcom-rendering/src/components/ProductCardButtons.tsx
@@ -20,6 +20,7 @@ export const ProductCardButtons = ({
20
label={label}
21
url={productCta.url}
22
minimisePadding={true}
23
+ fullWidthText={productCtas.length > 1}
24
priority={index === 0 ? 'primary' : 'tertiary'}
25
fullwidth={true}
26
/>
0 commit comments