mirror of
https://github.com/danswer-ai/danswer.git
synced 2025-09-20 21:33:56 +02:00
Fix really long words / strings
This commit is contained in:
@@ -165,7 +165,7 @@ export const DocumentDisplay = ({
|
||||
)}
|
||||
</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)}
|
||||
</p>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user