Skip to content

Commit b4a5431

Browse files
committed
Fix notebook margins
1 parent 346bd39 commit b4a5431

File tree

1 file changed

+2
-2
lines changed
  • packages/notebook-extension/style

1 file changed

+2
-2
lines changed

packages/notebook-extension/style/base.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ body[data-notebook='notebooks']
2424
background: var(--jp-layout-color0) !important;
2525
}
2626

27-
body[data-notebook='notebooks'] .jp-Notebook > *:first-child,
28-
body[data-notebook='notebooks'] .jp-WindowedPanel-window > *:first-child {
27+
body[data-notebook='notebooks'] .jp-WindowedPanel-window,
28+
body[data-notebook='notebooks'] .jp-WindowedPanel-inner {
2929
margin-top: var(--jp-notebook-toolbar-margin-bottom);
3030
}
3131

0 commit comments

Comments
 (0)