浏览代码

Merge pull request #995 from ellisonbg/design30

Fixing markdown cell margin
Brian E. Granger 8 年之前
父节点
当前提交
05d5bd58fc
共有 1 个文件被更改,包括 2 次插入0 次删除
  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;
 }