From 3db3e9783e99cb3545f844efb82fcf3b3eb90c9b Mon Sep 17 00:00:00 2001 From: Grant Nestor Date: Tue, 20 Jun 2017 09:38:44 -0700 Subject: [PATCH] Fix logo alignment on dashboard Fixes https://github.com/jupyter/notebook/issues/2575 --- notebook/static/base/less/page.less | 1 + 1 file changed, 1 insertion(+) 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;