From 68a6130b174dc23e2ca2b82d105ef0839e33c552 Mon Sep 17 00:00:00 2001 From: evalstate <1936278+evalstate@users.noreply.github.com> Date: Wed, 27 Nov 2024 17:56:22 +0000 Subject: [PATCH] fix dark mode styling and add word wrap for resource viewer. --- client/src/components/ToolsTab.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/components/ToolsTab.tsx b/client/src/components/ToolsTab.tsx index 255ab67c3..7b85ccca6 100644 --- a/client/src/components/ToolsTab.tsx +++ b/client/src/components/ToolsTab.tsx @@ -83,7 +83,7 @@ const ToolsTab = ({ /> )} {item.type === "resource" && ( -
+                
                   {JSON.stringify(item.resource, null, 2)}
                 
)}