Fix microsoft/vscode-internalbacklog#4206. Override List view whitespace css for monaco editor (#184087)

This commit is contained in:
Peng Lyu 2023-06-01 11:33:48 -07:00 committed by GitHub
parent 4137aa15f5
commit 940571e267
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -46,6 +46,10 @@
z-index: 640 !important;
}
.monaco-workbench .notebookOverlay .cell-list-container .monaco-editor .zone-widget.interactive-editor-widget .interactive-editor .markdownMessage {
white-space: normal;
}
.monaco-workbench .notebookOverlay .cell-list-container {
position: relative;
}