index.css 357 B

123456789101112131415
  1. /*-----------------------------------------------------------------------------
  2. | Copyright (c) Jupyter Development Team.
  3. | Distributed under the terms of the Modified BSD License.
  4. |----------------------------------------------------------------------------*/
  5. .jp-Help {
  6. min-width: 480px;
  7. background: white;
  8. }
  9. .jp-Help > iframe {
  10. border: none;
  11. }