Kaynağa Gözat

Merge pull request #995 from ellisonbg/design30

Fixing markdown cell margin
Brian E. Granger 8 yıl önce
ebeveyn
işleme
05d5bd58fc
1 değiştirilmiş dosya ile 2 ekleme ve 0 silme
  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;
 }