فهرست منبع

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;
 }