Skip to content

Commit 940571e

Browse files
authored
Fix microsoft/vscode-internalbacklog#4206. Override List view whitespace css for monaco editor (microsoft#184087)
1 parent 4137aa1 commit 940571e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/vs/workbench/contrib/notebook/browser/media/notebook.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,10 @@
4646
z-index: 640 !important;
4747
}
4848

49+
.monaco-workbench .notebookOverlay .cell-list-container .monaco-editor .zone-widget.interactive-editor-widget .interactive-editor .markdownMessage {
50+
white-space: normal;
51+
}
52+
4953
.monaco-workbench .notebookOverlay .cell-list-container {
5054
position: relative;
5155
}

0 commit comments

Comments
 (0)