fix thought container from getting cut off at max height (#3449)
This commit is contained in:
parent
0b1a0e0a1f
commit
68a80d7349
@ -96,7 +96,7 @@ export const ThoughtChainComponent = forwardRef(
|
||||
</div>
|
||||
<div className="flex-1 min-w-0">
|
||||
<div
|
||||
className={`overflow-hidden transition-all transform duration-300 ease-in-out origin-top ${isExpanded || autoExpand ? "max-h-[500px]" : "max-h-6"}`}
|
||||
className={`overflow-hidden transition-all transform duration-300 ease-in-out origin-top ${isExpanded || autoExpand ? "" : "max-h-6"}`}
|
||||
>
|
||||
<div
|
||||
className={`text-theme-text-secondary font-mono leading-6 ${isExpanded || autoExpand ? "-ml-[5.5px] -mt-[4px]" : "mt-[2px]"}`}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user