base.css 288 B

1234567891011121314151617
  1. /**
  2. Copyright (c) Jupyter Development Team.
  3. Distributed under the terms of the Modified BSD License.
  4. */
  5. /* Base styles */
  6. .jp-RenderedVDOM {
  7. width: 100%;
  8. height: 100%;
  9. padding: 0;
  10. overflow: auto;
  11. }
  12. /* Document styles */
  13. .jp-MimeDocument .jp-RenderedVDOM {
  14. padding: 5px;
  15. }