@@ -4,6 +4,9 @@
| Distributed under the terms of the Modified BSD License.
|----------------------------------------------------------------------------*/
.jp-Notebook {
+ padding-left: 4px;
+ padding-right: 4px;
+ padding-bottom: 20px;
margin-top: 20px;
min-width: 50px;
min-height: 50px;
@@ -17,15 +20,6 @@
}
-.jp-Notebook-container {
- display: flex;
- flex-direction: column;
- padding-left: 10px;
- padding-right: 10px;
- padding-bottom: 20px;
-}
-
.jp-InputArea-prompt {
flex-basis: 90px;
color: #303F9F;
@@ -16,11 +16,6 @@
- flex: 1 1 auto;
.jp-InputArea {
display: flex;
flex-direction: row;
@@ -22,7 +22,7 @@ import {
} from 'phosphor/lib/core/token';
import {
- Panel, PanelLayout
+ PanelLayout
} from 'phosphor/lib/ui/panel';