We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c770d21 + 68a6130 commit bea86afCopy full SHA for bea86af
client/src/components/ToolsTab.tsx
@@ -83,7 +83,7 @@ const ToolsTab = ({
83
/>
84
)}
85
{item.type === "resource" && (
86
- <pre className="bg-gray-50 p-4 rounded text-sm overflow-auto max-h-64">
+ <pre className="bg-gray-50 dark:bg-gray-800 dark:text-gray-100 whitespace-pre-wrap break-words p-4 rounded text-sm overflow-auto max-h-64">
87
{JSON.stringify(item.resource, null, 2)}
88
</pre>
89
0 commit comments