From 7cdc30abf151bb552d92b200c1f46d874cd2bedb Mon Sep 17 00:00:00 2001 From: Del Date: Tue, 4 Nov 2025 23:03:36 -0500 Subject: [PATCH] Added overflow-wrap: break-word to testimony description. --- components/testimony/TestimonyContent/TestimonyContent.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/components/testimony/TestimonyContent/TestimonyContent.tsx b/components/testimony/TestimonyContent/TestimonyContent.tsx index 89202c9d9..de580bc4f 100644 --- a/components/testimony/TestimonyContent/TestimonyContent.tsx +++ b/components/testimony/TestimonyContent/TestimonyContent.tsx @@ -26,6 +26,7 @@ export const TestimonyContent = styled( p { margin-top: 0rem; + overflow-wrap: break-word; } .added {