Skip to content

Commit

Permalink
Backport PR jupyterlab#11539: Increase notebook-cell margin in side-b…
Browse files Browse the repository at this point in the history
…y-side mode
  • Loading branch information
echarles authored and meeseeksmachine committed Dec 1, 2021
1 parent 4bb5dc9 commit 7442e39
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions packages/notebook/style/base.css
Expand Up @@ -302,6 +302,13 @@
--jp-side-by-side-resized-cell: var(--jp-side-by-side-output-size);
}

.jp-mod-sideBySide.jp-Notebook .jp-Notebook-cell {
margin-top: 3em;
margin-bottom: 3em;
margin-left: 5%;
margin-right: 5%;
}

.jp-mod-sideBySide.jp-Notebook .jp-CodeCell {
display: grid;
grid-template-columns: minmax(0, 1fr) min-content minmax(
Expand Down

0 comments on commit 7442e39

Please sign in to comment.