Skip to content

Commit 42be578

Browse files
sookburtsookburt
andauthored
fix width so that long CTA copy remains within component bounds (#14945)
Co-authored-by: sookburt <“[email protected]”>
1 parent 1a7316b commit 42be578

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

dotcom-rendering/src/components/marketing/gutters/GutterAsk.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ const textBlock = css`
3636
align-items: flex-start;
3737
padding: ${space[2]}px;
3838
gap: ${space[1]}px;
39+
max-width: 100%;
3940
`;
4041
const bodySection = css`
4142
color: ${palette.neutral[0]};
@@ -46,6 +47,7 @@ const ctaSection = css`
4647
color: ${palette.neutral[0]};
4748
margin-top: ${space[3]}px;
4849
margin-bottom: ${space[4]}px;
50+
max-width: 100%;
4951
`;
5052
const cta = css`
5153
left: ${space[2]}px;

0 commit comments

Comments
 (0)