Browse Source

Fixing markdown cell margin

Brian E. Granger 8 years ago
parent
commit
da51eadb2d
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/notebook/cells/index.css

+ 2 - 0
src/notebook/cells/index.css

@@ -50,6 +50,8 @@
 
 .jp-MarkdownOutput-content {
   flex: 1 1 auto;
+  margin-top: 0.5em;
+  margin-bottom: 0.5em;
 }