variables.css 347 B

12345678910
  1. /*-----------------------------------------------------------------------------
  2. | Copyright (c) Jupyter Development Team.
  3. | Distributed under the terms of the Modified BSD License.
  4. |----------------------------------------------------------------------------*/
  5. .jp-DebuggerVariables-body {
  6. min-height: 24px;
  7. overflow: auto;
  8. padding: 5px;
  9. }