index.css 397 B

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