浏览代码

Fix CSS class.

Brian E. Granger 7 年之前
父节点
当前提交
f5437fd8be
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      packages/notebook/style/index.css

+ 1 - 1
packages/notebook/style/index.css

@@ -199,7 +199,7 @@
 }
 
 
-.jp-ActiveCellTool .jp-Cell-prompt {
+.jp-ActiveCellTool .jp-InputArea-prompt {
   flex: 0 0 auto;
   padding-left: 0px;
 }