We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93ba327 commit 22d153dCopy full SHA for 22d153d
src/component/MonacoEditor/DiffEditor.tsx
@@ -79,6 +79,7 @@ const DiffEditor = inject('settingStore')(
79
minimap: { enabled: false },
80
renderOverviewRuler: false,
81
automaticLayout: true,
82
+ useInlineViewWhenSpaceIsLimited: false,
83
unicodeHighlight: {
84
invisibleCharacters: false,
85
ambiguousCharacters: false,
src/component/Task/StructureComparisonTask/DetailContent/index.tsx
@@ -495,7 +495,7 @@ const StructureComparisonTaskContent: React.FC<IStructureComparisonTaskContentPr
495
open={detailModalOpen}
496
destroyOnClose
497
closable
498
- width={844}
+ width={900}
499
footer={null}
500
onCancel={() => {
501
setDetailModalOpen(false);
0 commit comments