Fix agent calling UI max height (#3457)
fix agent calling ui max height
This commit is contained in:
parent
68a80d7349
commit
9d13c9a0fb
@ -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 ? (
|
||||
|
||||
Loading…
Reference in New Issue
Block a user