Fix agent calling UI max height (#3457)

fix agent calling ui max height
This commit is contained in:
Sean Hatfield 2025-03-17 07:35:04 -07:00 committed by GitHub
parent 68a80d7349
commit 9d13c9a0fb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -54,7 +54,7 @@ export default function StatusResponse({
</div>
<div className="flex-1 min-w-0">
<div
className={`overflow-hidden transition-all duration-300 ease-in-out ${isExpanded ? "max-h-[500px]" : "max-h-6"}`}
className={`overflow-hidden transition-all duration-300 ease-in-out ${isExpanded ? "" : "max-h-6"}`}
>
<div className="text-theme-text-secondary font-mono leading-6">
{!isExpanded ? (