We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2f7db1 commit d24d102Copy full SHA for d24d102
1 file changed
apps/twig/src/renderer/features/code-editor/hooks/useCodeMirror.ts
@@ -72,7 +72,7 @@ const getBaseDiffConfig = (
72
): Partial<Parameters<typeof unifiedMergeView>[0]> => ({
73
collapseUnchanged: options?.loadFullFiles
74
? undefined
75
- : { margin: 20, minSize: 8 },
+ : { margin: 3, minSize: 4 },
76
highlightChanges: options?.wordDiffs ?? true,
77
gutter: true,
78
mergeControls: createMergeControls(onReject),
0 commit comments