Skip to content

Commit eea02c2

Browse files
authored
Merge pull request #4213 from aayusharyan/patch-1
Add padding bottom for symmetry of the Notebook
2 parents 6d15e9c + a3987d6 commit eea02c2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

notebook/static/notebook/less/notebook.less

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ div#notebook {
2626
width: 100%;
2727
/* This spaces the page away from the edge of the notebook area */
2828
padding-top: @page-header-padding;
29+
padding-bottom: @page-header-padding;
2930
margin: 0px;
3031
outline: none;
3132
.border-box-sizing();

0 commit comments

Comments
 (0)