Skip to content

Commit 86dacdc

Browse files
committed
remove l and r padding from .jp-Notebook-cell
1 parent 2da987c commit 86dacdc

File tree

1 file changed

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

1 file changed

+0
-2
lines changed

packages/notebook-extension/style/base.css

-2
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,6 @@ body[data-notebook='notebooks'] .jp-WindowedPanel-inner {
5353

5454
body[data-notebook='notebooks'] .jp-Notebook-cell {
5555
background: var(--jp-layout-color0);
56-
padding-left: calc(2 * var(--jp-cell-padding));
57-
padding-right: calc(2 * var(--jp-cell-padding));
5856
}
5957

6058
/* Empty space at the bottom of the notebook (similar to classic) */

0 commit comments

Comments
 (0)