Skip to content

Commit 85e5f3d

Browse files
committed
fix(trace): reduce default tree pane width to 240
1 parent 8b3547f commit 85e5f3d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • apps/sim/app/workspace/[workspaceId]/logs/components/log-details/components/trace-view

apps/sim/app/workspace/[workspaceId]/logs/components/log-details/components/trace-view/trace-view.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ import {
4545
} from '@/app/workspace/[workspaceId]/logs/components/log-details/utils'
4646
import { useCodeViewerFeatures } from '@/hooks/use-code-viewer'
4747

48-
const DEFAULT_TREE_PANE_WIDTH = 280
48+
const DEFAULT_TREE_PANE_WIDTH = 240
4949
const MIN_TREE_PANE_WIDTH = 200
5050
const MAX_TREE_PANE_WIDTH = 600
5151
const INDENT_PX = 12

0 commit comments

Comments
 (0)