fix(trace): preserve line breaks in console messages (#16696)

This commit is contained in:
Yury Semikhatsky 2022-08-22 09:26:51 -07:00 committed by GitHub
parent 16ab54db44
commit 35af13813c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -59,6 +59,7 @@
.console-line-message {
white-space: initial;
word-break: break-word;
white-space: pre-wrap;
position: relative;
top: -2px;
}

View File

@ -23,7 +23,7 @@
user-select: none;
}
.codicon-blank:before { content: '\81'; }
.codicon-blank:before { content: '\2003'; }
.codicon-add:before { content: '\ea60'; }
.codicon-plus:before { content: '\ea60'; }
.codicon-gist-new:before { content: '\ea60'; }