diff --git a/webview-ui/src/components/chat/BrowserSessionRow.tsx b/webview-ui/src/components/chat/BrowserSessionRow.tsx index b5c9f83..ad101a5 100644 --- a/webview-ui/src/components/chat/BrowserSessionRow.tsx +++ b/webview-ui/src/components/chat/BrowserSessionRow.tsx @@ -270,10 +270,17 @@ const BrowserSessionRow = memo((props: BrowserSessionRowProps) => { ? "var(--vscode-input-foreground)" : "var(--vscode-descriptionForeground)", fontSize: "12px", - wordBreak: "break-all", - whiteSpace: "normal", }}> - {displayState.url || "http"} +
+ {displayState.url || "http"} +
{/* Screenshot Area */} @@ -295,6 +302,7 @@ const BrowserSessionRow = memo((props: BrowserSessionRowProps) => { width: "100%", height: "100%", objectFit: "contain", + cursor: "pointer", }} onClick={() => vscode.postMessage({