Fix AutocompleteSearch text display

This commit is contained in:
gpt-engineer-app[bot]
2025-09-29 14:43:55 +00:00
parent efa026d6f5
commit 637d8b84e6

View File

@@ -281,7 +281,7 @@ export function AutocompleteSearch({
{getTypeLabel(item.type)}
</Badge>
</div>
<div className="text-sm text-muted-foreground truncate">
<div className="text-sm text-muted-foreground/80 truncate mt-0.5 leading-relaxed">
{item.subtitle}
</div>
</div>