소스 검색

Merge pull request #996 from ellisonbg/design40

Fixing overflow in rendered markdown...
Brian E. Granger 8 년 전
부모
커밋
b730a21ebd
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  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