mirror of
https://github.com/jupyter/notebook.git
synced 2025-03-13 13:17:50 +08:00
Revert 2em notebook header space
This commit is contained in:
parent
5584eb06a9
commit
73f68f9b93
@ -35,7 +35,7 @@ div#notebook {
|
||||
overflow-x: auto;
|
||||
width: 100%;
|
||||
/* This spaces the cell away from the edge of the notebook area */
|
||||
padding: 2em 0 1em 0;
|
||||
padding: 1em 0 1em 0;
|
||||
margin: 0px;
|
||||
border-top: 1px solid @navbar-default-border;
|
||||
outline: none;
|
||||
|
Loading…
Reference in New Issue
Block a user