Parcourir la source

Fixing markdown cell margin

Brian E. Granger il y a 8 ans
Parent
commit
da51eadb2d
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  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;
 }