Ver Fonte

Merge pull request #996 from ellisonbg/design40

Fixing overflow in rendered markdown...
Brian E. Granger há 8 anos atrás
pai
commit
b730a21ebd
1 ficheiros alterados com 4 adições e 0 exclusões
  1. 4 0
      src/notebook/cells/index.css

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

@@ -54,6 +54,10 @@
   margin-bottom: 0.5em;
 }
 
+.jp-MarkdownOutput-content.jp-RenderedHTMLCommon {
+  overflow: visible;
+}
+
 
 /*-----------------------------------------------------------------------------
 | InputArea