base.css 359 B

12345678910111213
  1. /*-----------------------------------------------------------------------------
  2. | Copyright (c) Jupyter Development Team.
  3. | Distributed under the terms of the Modified BSD License.
  4. |----------------------------------------------------------------------------*/
  5. .jp-Terminal {
  6. min-width: 240px;
  7. min-height: 120px;
  8. }
  9. .jp-Terminal-body {
  10. padding: 8px;
  11. }