We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a7316b commit 42be578Copy full SHA for 42be578
1 file changed
dotcom-rendering/src/components/marketing/gutters/GutterAsk.tsx
@@ -36,6 +36,7 @@ const textBlock = css`
36
align-items: flex-start;
37
padding: ${space[2]}px;
38
gap: ${space[1]}px;
39
+ max-width: 100%;
40
`;
41
const bodySection = css`
42
color: ${palette.neutral[0]};
@@ -46,6 +47,7 @@ const ctaSection = css`
46
47
48
margin-top: ${space[3]}px;
49
margin-bottom: ${space[4]}px;
50
51
52
const cta = css`
53
left: ${space[2]}px;
0 commit comments