Explorar el Código

Fixing overflow in rendered markdown...

Brian E. Granger hace 8 años
padre
commit
924bd6053a
Se han modificado 1 ficheros con 4 adiciones y 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