jupyterlab-emrys
Version:
A computational environment for Jupyter. Powered by Emrys
24 lines (18 loc) • 518 B
CSS
/*-----------------------------------------------------------------------------
| Copyright (c) Jupyter Development Team.
| Distributed under the terms of the Modified BSD License.
|----------------------------------------------------------------------------*/
.jp-TerminalWidget {
min-width: 200px;
min-height: 200px;
padding: 8px;
}
.jp-TerminalWidget-body {
outline: none;
user-select: text;
-webkit-user-select: text;
}
@import url('~xterm/src/xterm.css');
.terminal {
font-family: monospace;
}