Skip to content

Commit cd91e67

Browse files
committed
Update useCodeMirror.ts
1 parent 751f3d6 commit cd91e67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/twig/src/renderer/features/code-editor/hooks/useCodeMirror.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ const getBaseDiffConfig = (
7272
): Partial<Parameters<typeof unifiedMergeView>[0]> => ({
7373
collapseUnchanged: options?.loadFullFiles
7474
? undefined
75-
: { margin: 20, minSize: 8 },
75+
: { margin: 3, minSize: 4 },
7676
highlightChanges: options?.wordDiffs ?? true,
7777
gutter: true,
7878
mergeControls: createMergeControls(onReject),

0 commit comments

Comments
 (0)