mirror of
https://github.com/Microsoft/vscode
synced 2024-10-30 03:47:56 +00:00
fixes #5368
This commit is contained in:
parent
6245f44c68
commit
adba58fba7
1 changed files with 1 additions and 1 deletions
|
@ -141,7 +141,7 @@
|
|||
.monaco-workbench .monaco-tree-row .expression {
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space: pre;
|
||||
white-space: pre-wrap;
|
||||
font-family: Monaco, Menlo, Consolas, "Droid Sans Mono", "Inconsolata", "Courier New", monospace, "Droid Sans Fallback";
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue