fix(chat): enlarge preview panel (max-h-64)
Some checks failed
Deploy to Production / Build and Deploy (push) Failing after 36s

This commit is contained in:
2026-05-03 01:35:03 +02:00
parent 0f48df114a
commit 5375f874cd

View File

@@ -583,7 +583,7 @@ export function ContextualAIChat({
<X className="h-3 w-3" />
</button>
</div>
<div className="px-3 py-2 max-h-36 overflow-y-auto text-sm">
<div className="px-3 py-2 max-h-64 overflow-y-auto text-sm">
<MarkdownContent content={resourcePreview.text} />
</div>
<div className="flex gap-2 px-3 py-2 border-t border-primary/20">