Skip to content

Commit 87faad0

Browse files
qingyuan1109daniel-lxs
authored andcommitted
Update McpView.tsx
1 parent ec025ce commit 87faad0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webview-ui/src/components/mcp/McpView.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,7 @@ const ServerRow = ({ server, alwaysAllowMcp }: { server: McpServer; alwaysAllowM
351351
{server.instructions && (
352352
<div
353353
style={{
354-
paddingTop: "5px 0",
354+
padding: "5px 0",
355355
opacity: 0.8,
356356
fontSize: "12px",
357357
}}>

0 commit comments

Comments
 (0)