File tree Expand file tree Collapse file tree
webview-ui/src/components/chat Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -25,13 +25,13 @@ export const PlanningBar: FC<PlanningBarProps> = ({
2525 ) }
2626 >
2727 { /* {isGenerating && <div className="absolute inset-0 rainbow-border-glow" />} */ }
28- < div className = "flex-1 flex h-full align-middle ml-5 gap-4 relative" >
29- < div className = "relative h-full my-auto mr-1" >
28+ < div className = "flex-1 flex h-full align-middle ml-5 gap-4 relative overflow-hidden " >
29+ < div className = "relative h-full my-auto mr-1 flex-shrink-0 " >
3030 < div className = { `circle ${ isGenerating ? "animated-circle" : "" } ` } />
3131 </ div >
32- < div className = "my-auto text-sm" > Planning</ div >
33- < div className = "relative my-auto" >
34- < div className = "text-muted-foreground text-sm max-w-64 text-ellipsis truncate" >
32+ < div className = "my-auto text-sm flex-shrink-0 " > Planning</ div >
33+ < div className = "relative my-auto min-w-0 flex-shrink overflow-hidden max-w-64 " >
34+ < div className = "text-muted-foreground text-sm truncate" >
3535 { requestedPlan }
3636 </ div >
3737 </ div >
You can’t perform that action at this time.
0 commit comments