From 9e6ea00033deaf72147eddb161272f4fd7813ed0 Mon Sep 17 00:00:00 2001 From: Daryl Lim <5508348+daryllimyt@users.noreply.github.com> Date: Thu, 6 Feb 2025 14:54:10 +0000 Subject: [PATCH] feat(ui): Make json view text smaller (#833) --- .../src/components/workbench/events/events-selected-action.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/components/workbench/events/events-selected-action.tsx b/frontend/src/components/workbench/events/events-selected-action.tsx index 53cb84c4a..dff4a09d3 100644 --- a/frontend/src/components/workbench/events/events-selected-action.tsx +++ b/frontend/src/components/workbench/events/events-selected-action.tsx @@ -266,7 +266,7 @@ export function JsonViewWithControls({ displaySize enableClipboard src={source} - className="w-full overflow-x-scroll text-wrap text-sm" + className="w-full overflow-x-scroll text-wrap text-xs" theme="atom" />