Fix really long words / strings

This commit is contained in:
Weves
2023-10-08 11:42:28 -07:00
committed by Chris Weaver
parent a6e6be4037
commit e8d3190770

View File

@@ -165,7 +165,7 @@ export const DocumentDisplay = ({
)} )}
</div> </div>
</div> </div>
<p className="pl-1 pt-2 pb-3 text-gray-200"> <p className="pl-1 pt-2 pb-3 text-gray-200 break-words">
{buildDocumentSummaryDisplay(document.match_highlights, document.blurb)} {buildDocumentSummaryDisplay(document.match_highlights, document.blurb)}
</p> </p>
</div> </div>