File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -121,7 +121,7 @@ const ToolsTab = ({
121
121
renderItem = { ( tool ) => (
122
122
< div className = "flex flex-col items-start" >
123
123
< span className = "flex-1" > { tool . name } </ span >
124
- < span className = "text-sm text-gray-500 text-left" >
124
+ < span className = "text-sm text-gray-500 text-left line-clamp-3 " >
125
125
{ tool . description }
126
126
</ span >
127
127
</ div >
@@ -149,7 +149,7 @@ const ToolsTab = ({
149
149
</ AlertDescription >
150
150
</ Alert >
151
151
) }
152
- < p className = "text-sm text-gray-600 dark:text-gray-400" >
152
+ < p className = "text-sm text-gray-600 dark:text-gray-400 whitespace-pre-wrap max-h-48 overflow-y-auto " >
153
153
{ selectedTool . description }
154
154
</ p >
155
155
{ Object . entries ( selectedTool . inputSchema . properties ?? [ ] ) . map (
You can’t perform that action at this time.
0 commit comments