We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0ff60c commit 53291e1Copy full SHA for 53291e1
1 file changed
components/PromptTreeItem.tsx
@@ -289,7 +289,7 @@ const DocumentTreeItem: React.FC<DocumentTreeItemProps> = (props) => {
289
290
{!isFolder && searchTerm.trim() && node.searchSnippet && (
291
<div
292
- className="text-[11px] text-text-secondary leading-snug truncate pr-3"
+ className="text-[11px] text-text-secondary leading-snug whitespace-pre-wrap break-words pr-3"
293
style={{ paddingLeft: `${snippetPaddingLeft}px` }}
294
>
295
{highlightMatches(node.searchSnippet, searchTerm)}
0 commit comments