notebook/packages/application-extension/style/base.css
2021-01-22 18:39:48 +01:00

15 lines
360 B
CSS

/*-----------------------------------------------------------------------------
| Copyright (c) Jupyter Development Team.
|
| Distributed under the terms of the Modified BSD License.
|----------------------------------------------------------------------------*/
.jp-ClassicSpacer {
flex-grow: 1;
flex-shrink: 1;
}
.jp-MainAreaWidget {
height: 100%;
}