@jupyterlab/debugger
Version:
JupyterLab - Debugger Extension
33 lines (27 loc) • 786 B
CSS
/*-----------------------------------------------------------------------------
| Copyright (c) Jupyter Development Team.
| Distributed under the terms of the Modified BSD License.
|----------------------------------------------------------------------------*/
.jp-DebuggerSources {
min-height: 50px;
margin-top: 3px;
}
[data-jp-debugger='true'].jp-Editor .jp-mod-readOnly {
background: var(--jp-layout-color2);
height: 100%;
}
.jp-DebuggerSources-body [data-jp-debugger='true'].jp-Editor {
height: 100%;
}
.jp-DebuggerSources-body {
height: 100%;
}
.jp-DebuggerSources-header-path {
overflow: hidden;
cursor: pointer;
text-overflow: ellipsis;
white-space: nowrap;
font-size: var(--jp-ui-font-size0);
color: var(--jp-ui-font-color1);
user-select: text;
}