fix(chat): enlarge preview panel (max-h-64)
Some checks failed
Deploy to Production / Build and Deploy (push) Failing after 36s
Some checks failed
Deploy to Production / Build and Deploy (push) Failing after 36s
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user