From 0871e3135224015f2de776c2acd2855b9dbd230d Mon Sep 17 00:00:00 2001 From: Jonah Iden Date: Mon, 25 Mar 2024 09:42:07 +0100 Subject: [PATCH] fixed cell execution height css (#13515) Signed-off-by: Jonah Iden --- packages/notebook/src/browser/style/index.css | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/notebook/src/browser/style/index.css b/packages/notebook/src/browser/style/index.css index 4d0ef1340d27b..9f1733a3fb3b6 100644 --- a/packages/notebook/src/browser/style/index.css +++ b/packages/notebook/src/browser/style/index.css @@ -143,7 +143,6 @@ } .theia-notebook-code-cell-execution-order { - height: 35px; display: block; font-family: var(--monaco-monospace-font); font-size: 10px;