mirror of
https://github.com/danswer-ai/danswer.git
synced 2025-09-21 14:12:42 +02:00
Fix really long words / strings
This commit is contained in:
@@ -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>
|
||||||
|
Reference in New Issue
Block a user