Skip to content

Commit 3fc2ce8

Browse files
committed
Removed unnecessary calculation
1 parent c2346a8 commit 3fc2ce8

File tree

1 file changed

+1
-1
lines changed
  • packages/notebook-extension/style

1 file changed

+1
-1
lines changed

packages/notebook-extension/style/base.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ body[data-notebook='notebooks'] .jp-WindowedPanel {
4141
100% - var(--jp-notebook-max-width) - var(--jp-notebook-padding-offset)
4242
) * 0.5
4343
) !important;
44-
padding-top: calc(1*var(--jp-notebook-padding-offset));
44+
padding-top: var(--jp-notebook-padding-offset);
4545
height: 100%;
4646
overflow-y: auto;
4747

0 commit comments

Comments
 (0)