Skip to content

Commit 346bd39

Browse files
committed
Add some left right margins
1 parent 664c73c commit 346bd39

File tree

1 file changed

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

1 file changed

+2
-0
lines changed

packages/notebook-extension/style/base.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,4 +187,6 @@ body[data-notebook='notebooks'] .jp-WindowedPanel-inner {
187187

188188
body[data-notebook='notebooks'] .jp-Notebook-cell {
189189
background: var(--jp-layout-color0);
190+
padding-left: calc(2 * var(--jp-cell-padding));
191+
padding-right: calc(2 * var(--jp-cell-padding));
190192
}

0 commit comments

Comments
 (0)