Просмотр исходного кода

Bugfix: console banner rendering incorrectly.

Afshin Darian 8 лет назад
Родитель
Сommit
f1ef7300f2
1 измененных файлов с 1 добавлено и 1 удалено
  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;
 }