diff --git a/notebook/static/notebook/less/notebook.less b/notebook/static/notebook/less/notebook.less index 696000742..64c1486b4 100644 --- a/notebook/static/notebook/less/notebook.less +++ b/notebook/static/notebook/less/notebook.less @@ -26,6 +26,7 @@ div#notebook { width: 100%; /* This spaces the page away from the edge of the notebook area */ padding-top: @page-header-padding; + padding-bottom: @page-header-padding; margin: 0px; outline: none; .border-box-sizing();