fix(trace): preserve line breaks in console messages (#16696)
This commit is contained in:
parent
16ab54db44
commit
35af13813c
|
|
@ -59,6 +59,7 @@
|
||||||
.console-line-message {
|
.console-line-message {
|
||||||
white-space: initial;
|
white-space: initial;
|
||||||
word-break: break-word;
|
word-break: break-word;
|
||||||
|
white-space: pre-wrap;
|
||||||
position: relative;
|
position: relative;
|
||||||
top: -2px;
|
top: -2px;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -23,7 +23,7 @@
|
||||||
user-select: none;
|
user-select: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.codicon-blank:before { content: '\81'; }
|
.codicon-blank:before { content: '\2003'; }
|
||||||
.codicon-add:before { content: '\ea60'; }
|
.codicon-add:before { content: '\ea60'; }
|
||||||
.codicon-plus:before { content: '\ea60'; }
|
.codicon-plus:before { content: '\ea60'; }
|
||||||
.codicon-gist-new:before { content: '\ea60'; }
|
.codicon-gist-new:before { content: '\ea60'; }
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue