mirror of
https://github.com/jupyter/notebook.git
synced 2025-01-06 11:35:24 +08:00
15 lines
360 B
CSS
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%;
|
|
}
|