Browse Source

Bugfix: console banner rendering incorrectly.

Afshin Darian 8 năm trước cách đây
mục cha
commit
f1ef7300f2
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/console/index.css

+ 1 - 1
src/console/index.css

@@ -79,6 +79,6 @@
 }
 
 
-.jp-ConsoleContent-content .jp-ConsoleContent-banner .jp-InputArea-prompt {
+.jp-ConsoleContent-content .jp-ConsoleContent-banner .jp-Cell-prompt {
   display: none;
 }