Skip to content

Commit

Permalink
Issue #7231 Update base.css
Browse files Browse the repository at this point in the history
Updating to limit max width of inner windowed panel
  • Loading branch information
v-lozko committed Mar 22, 2024
1 parent 851a4be commit 6bc6f89
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/notebook-extension/style/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ body[data-notebook='notebooks'] .jp-WindowedPanel-outer {

body[data-notebook='notebooks'] .jp-WindowedPanel-inner {
margin-top: var(--jp-notebook-toolbar-margin-bottom);
max-width: var(--jp-notebook-max-width);
}

body[data-notebook='notebooks'] .jp-Notebook-cell {
Expand Down

0 comments on commit 6bc6f89

Please sign in to comment.