Explorar o código

Merge pull request #996 from ellisonbg/design40

Fixing overflow in rendered markdown...
Brian E. Granger %!s(int64=8) %!d(string=hai) anos
pai
achega
b730a21ebd
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  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