From 77e6ae5621ff7cfa5d561a465eb55cc3d7fa1952 Mon Sep 17 00:00:00 2001 From: Jeremy Tuloup Date: Tue, 9 Apr 2024 09:25:35 +0200 Subject: [PATCH] undo max-width adjustment for now --- packages/notebook-extension/style/base.css | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/notebook-extension/style/base.css b/packages/notebook-extension/style/base.css index 1df99de9ff..0dedb07d5c 100644 --- a/packages/notebook-extension/style/base.css +++ b/packages/notebook-extension/style/base.css @@ -35,7 +35,6 @@ body[data-notebook='notebooks'] .jp-WindowedPanel-outer { } body[data-notebook='notebooks'] .jp-WindowedPanel-inner { - max-width: var(--jp-notebook-max-width); margin-top: var(--jp-notebook-toolbar-margin-bottom); }