Skip to content

Commit 0014ca5

Browse files
authored
Merge pull request modelcontextprotocol#388 from MMMarcinho/feat/yizhi
feat: change style
2 parents 89d721e + 8a8deb6 commit 0014ca5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

client/src/components/ToolsTab.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -133,12 +133,12 @@ const ToolsTab = ({
133133
}}
134134
setSelectedItem={setSelectedTool}
135135
renderItem={(tool) => (
136-
<>
136+
<div className="flex flex-col items-start">
137137
<span className="flex-1">{tool.name}</span>
138-
<span className="text-sm text-gray-500 text-right">
138+
<span className="text-sm text-gray-500 text-left">
139139
{tool.description}
140140
</span>
141-
</>
141+
</div>
142142
)}
143143
title="Tools"
144144
buttonText={nextCursor ? "List More Tools" : "List Tools"}

0 commit comments

Comments
 (0)