Skip to content

Commit eb6eb1e

Browse files
authored
SCM - Fix When typing Chinese in git commit editor, There are overlapping shadows on the text. microsoft#165682 (microsoft#167380)
Fix When typing Chinese in git commit editor, There are overlapping shadows on the text. microsoft#165682
1 parent 3efd421 commit eb6eb1e

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed

src/vs/workbench/contrib/scm/browser/media/scm.css

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -200,14 +200,6 @@
200200
border-radius: 2px;
201201
}
202202

203-
.scm-view .scm-input .margin {
204-
width: 6px !important;
205-
}
206-
207-
.scm-input .monaco-scrollable-element {
208-
left: 6px !important;
209-
}
210-
211203
.scm-view .scm-editor-container .monaco-editor {
212204
border-radius: 2px !important;
213205
}

src/vs/workbench/contrib/scm/browser/scmViewPane.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1932,7 +1932,7 @@ class SCMInputWidget {
19321932

19331933
const editorOptions: IEditorConstructionOptions = {
19341934
...getSimpleEditorOptions(),
1935-
lineDecorationsWidth: 4,
1935+
lineDecorationsWidth: 6,
19361936
dragAndDrop: true,
19371937
cursorWidth: 1,
19381938
fontSize: fontSize,

0 commit comments

Comments
 (0)