Skip to content

Commit

Permalink
Support horizontal scrolling for error output
Browse files Browse the repository at this point in the history
  • Loading branch information
rebornix committed Dec 27, 2022
1 parent 19171f9 commit 5cc938b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion extensions/notebook-renderers/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,6 @@ 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);
Expand Down

0 comments on commit 5cc938b

Please sign in to comment.