mirror of
https://github.com/Microsoft/vscode
synced 2024-10-31 01:12:58 +00:00
parent
561f8d6b33
commit
20b2782ffa
1 changed files with 5 additions and 0 deletions
|
@ -109,6 +109,7 @@
|
|||
font-size: 0.9em;
|
||||
padding: 0 3px;
|
||||
margin-left: 0.8em;
|
||||
line-height: 20px;
|
||||
}
|
||||
|
||||
.debug-viewlet .monaco-tree .monaco-tree-row.selected .line-number,
|
||||
|
@ -350,6 +351,10 @@
|
|||
|
||||
/* Breakpoints */
|
||||
|
||||
.debug-viewlet .monaco-list-row {
|
||||
line-height: 22px;
|
||||
}
|
||||
|
||||
.debug-viewlet .debug-breakpoints .monaco-list-row .breakpoint {
|
||||
padding-left: 2px;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue