浏览代码

Make console 100% of parent height

Steven Silvester 9 年之前
父节点
当前提交
56c0f9a28c
共有 1 个文件被更改,包括 5 次插入0 次删除
  1. 5 0
      src/notebook/theme.css

+ 5 - 0
src/notebook/theme.css

@@ -330,6 +330,11 @@
 }
 
 
+.jp-Console {
+  height: 100%;
+}
+
+
 .jp-Console .jp-Cell {
   padding-top: 0;
   padding-bottom: 0;