notebook/packages/application-extension/style/base.css

11 lines
320 B
CSS
Raw Normal View History

2020-12-04 21:15:41 +08:00
/*-----------------------------------------------------------------------------
| Copyright (c) Jupyter Development Team.
|
| Distributed under the terms of the Modified BSD License.
|----------------------------------------------------------------------------*/
.jp-ClassicSpacer {
flex-grow: 1;
flex-shrink: 1;
}