File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
src/vs/workbench/contrib/debug/browser Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -144,6 +144,7 @@ export class CallStackWidget extends Disposable {
144
144
multipleSelectionSupport : false ,
145
145
mouseSupport : false ,
146
146
keyboardSupport : false ,
147
+ setRowLineHeight : false ,
147
148
accessibilityProvider : instantiationService . createInstance ( StackAccessibilityProvider ) ,
148
149
}
149
150
) as WorkbenchList < ListItem > ) ;
Original file line number Diff line number Diff line change 24
24
& [role = "link" ] {
25
25
cursor : pointer;
26
26
}
27
+
28
+ .monaco-icon-label ::before {
29
+ height : auto;
30
+ }
27
31
}
28
32
29
33
& .collapsed {
39
43
.collapse-button {
40
44
width : 16px ;
41
45
min-height : 1px ; /* show even if empty */
46
+ line-height : 0 ;
42
47
43
48
a {
44
49
cursor : pointer;
56
61
.multiCallStackWidget {
57
62
.multiCallStackFrameContainer {
58
63
background : none !important ;
59
- line-height : inherit !important ;
60
64
}
61
65
}
62
66
You can’t perform that action at this time.
0 commit comments