mirror of
https://github.com/jupyter/notebook.git
synced 2025-01-06 11:35:24 +08:00
11 lines
320 B
CSS
11 lines
320 B
CSS
|
/*-----------------------------------------------------------------------------
|
||
|
| Copyright (c) Jupyter Development Team.
|
||
|
|
|
||
|
| Distributed under the terms of the Modified BSD License.
|
||
|
|----------------------------------------------------------------------------*/
|
||
|
|
||
|
.jp-ClassicSpacer {
|
||
|
flex-grow: 1;
|
||
|
flex-shrink: 1;
|
||
|
}
|