mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-24 20:26:08 +00:00
fix line breaks in output
This commit is contained in:
@@ -218,6 +218,7 @@ export const activate: ActivationFunction<void> = (ctx) => {
|
||||
.output-stream,
|
||||
.traceback {
|
||||
display: inline-block;
|
||||
white-space: pre-wrap;
|
||||
width: 100%;
|
||||
line-height: var(--notebook-cell-output-line-height);
|
||||
font-family: var(--notebook-cell-output-font-family);
|
||||
@@ -229,7 +230,6 @@ export const activate: ActivationFunction<void> = (ctx) => {
|
||||
}
|
||||
output-plaintext,
|
||||
.traceback {
|
||||
white-space: pre-wrap;
|
||||
word-wrap: break-word;
|
||||
}
|
||||
.output > span.scrollable {
|
||||
|
||||
Reference in New Issue
Block a user