From 362af9b39034f31ca54bf4f84b3eae769aa36868 Mon Sep 17 00:00:00 2001 From: Ans Date: Fri, 15 Nov 2024 17:40:35 -0500 Subject: [PATCH] Add overflow-wrap: break-word to `a-link__text` --- .../cfpb-design-system/src/components/cfpb-typography/link.scss | 1 + 1 file changed, 1 insertion(+) 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; } }