Skip to content

Commit

Permalink
Merge pull request #11603 from meeseeksmachine/auto-backport-of-pr-11…
Browse files Browse the repository at this point in the history
…539-on-3.2.x

Backport PR #11539 on branch 3.2.x (Increase notebook-cell margin in side-by-side mode)
  • Loading branch information
echarles committed Dec 1, 2021
2 parents 4bb5dc9 + 7442e39 commit 0bae8b9
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 0bae8b9

Please sign in to comment.