diff --git a/notebook/static/base/less/page.less b/notebook/static/base/less/page.less index 8bac02806..9583333f3 100644 --- a/notebook/static/base/less/page.less +++ b/notebook/static/base/less/page.less @@ -58,6 +58,7 @@ body > #header { } #ipython_notebook { + flex: 1; padding-left: 0px; padding-top: (@navbar-height - @logo_height) / 2; padding-bottom: (@navbar-height - @logo_height) / 2;