fix: issue #16 broken diff visualisation

This commit is contained in:
2026-07-05 17:40:46 +02:00
parent d944c07838
commit ae1c8703e7
9 changed files with 590967 additions and 67293 deletions

View File

@@ -537,3 +537,8 @@
border: 1px solid var(--vscode-panel-border);
border-radius: 4px;
}
.monaco-diff-editor-instance {
width: 100%;
height: 100%;
}