diff --git a/packages/cfpb-design-system/src/components/cfpb-typography/link.scss b/packages/cfpb-design-system/src/components/cfpb-typography/link.scss index 7f7329f4a..90f9a963d 100644 --- a/packages/cfpb-design-system/src/components/cfpb-typography/link.scss +++ b/packages/cfpb-design-system/src/components/cfpb-typography/link.scss @@ -7,6 +7,7 @@ .a-link__text { border-bottom-width: 1px; border-bottom-style: inherit; + overflow-wrap: break-word; } }