From a3987d6e27097983763131dfb0d0bd23fa58aa45 Mon Sep 17 00:00:00 2001 From: AAYUSH SINHA Date: Wed, 14 Nov 2018 18:07:47 +0530 Subject: [PATCH] Add padding bottom for symmetry of the Notebook --- notebook/static/notebook/less/notebook.less | 1 + 1 file changed, 1 insertion(+) 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();