From e8d3190770dd883b146964916cf0a74d5d6e0d78 Mon Sep 17 00:00:00 2001 From: Weves Date: Sun, 8 Oct 2023 11:42:28 -0700 Subject: [PATCH] Fix really long words / strings --- web/src/components/search/DocumentDisplay.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/components/search/DocumentDisplay.tsx b/web/src/components/search/DocumentDisplay.tsx index d2b23bbb1970..978c95c7163e 100644 --- a/web/src/components/search/DocumentDisplay.tsx +++ b/web/src/components/search/DocumentDisplay.tsx @@ -165,7 +165,7 @@ export const DocumentDisplay = ({ )} -

+

{buildDocumentSummaryDisplay(document.match_highlights, document.blurb)}