File tree Expand file tree Collapse file tree 1 file changed +1
-11
lines changed
src/vs/editor/browser/widget/multiDiffEditor Expand file tree Collapse file tree 1 file changed +1
-11
lines changed Original file line number Diff line number Diff line change 36
36
}
37
37
38
38
.header-content {
39
- margin : 8px 8 px 0px 8 px ;
39
+ margin : 8px 0 px 0px 0 px ;
40
40
padding : 4px 5px ;
41
41
42
42
border-top : 1px solid var (--vscode-multiDiffEditor-border );
43
- border-right : 1px solid var (--vscode-multiDiffEditor-border );
44
- border-left : 1px solid var (--vscode-multiDiffEditor-border );
45
- border-top-left-radius : 2px ;
46
- border-top-right-radius : 2px ;
47
43
48
44
display : flex;
49
45
align-items : center;
107
103
display : flex;
108
104
flex-direction : column;
109
105
110
- margin-right : 8px ;
111
- margin-left : 8px ;
112
-
113
- border-right : 1px solid var (--vscode-multiDiffEditor-border );
114
- border-left : 1px solid var (--vscode-multiDiffEditor-border );
115
106
border-bottom : 1px solid var (--vscode-multiDiffEditor-border );
116
- border-radius : 2px ;
117
107
overflow : hidden;
118
108
}
119
109
You can’t perform that action at this time.
0 commit comments