- /*-----------------------------------------------------------------------------
- | Copyright (c) Jupyter Development Team.
- | Distributed under the terms of the Modified BSD License.
- |----------------------------------------------------------------------------*/
- .jp-Terminal {
- min-width: 240px;
- min-height: 120px;
- }
- .jp-Terminal-body {
- padding: 8px;
- }
|