We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 664c73c commit 346bd39Copy full SHA for 346bd39
packages/notebook-extension/style/base.css
@@ -187,4 +187,6 @@ body[data-notebook='notebooks'] .jp-WindowedPanel-inner {
187
188
body[data-notebook='notebooks'] .jp-Notebook-cell {
189
background: var(--jp-layout-color0);
190
+ padding-left: calc(2 * var(--jp-cell-padding));
191
+ padding-right: calc(2 * var(--jp-cell-padding));
192
}
0 commit comments