@nteract/styles
Version:
css for use in nteract apps
12 lines (10 loc) • 335 B
CSS
.monaco-container .monaco-editor {
width: inherit ;
}
.monaco-container .monaco-editor .overflow-guard {
width: inherit ;
}
/* 26px is the left margin for .monaco-scrollable-element */
.monaco-container .monaco-editor .monaco-scrollable-element.editor-scrollable.vs {
width: calc(100% - 26px) ;
}