Support horizontal scrolling for error output (#170132)

This commit is contained in:
Peng Lyu 2022-12-27 14:33:52 -08:00 committed by GitHub
parent 19171f993f
commit aa2bb7034c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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);