From 1eda58f51f7e44b75f7deb1f45827e9b20846e3e Mon Sep 17 00:00:00 2001 From: Miguel Solorio Date: Tue, 2 Jun 2020 09:37:24 -0700 Subject: [PATCH] Fix #99076 --- src/vs/workbench/contrib/notebook/browser/media/notebook.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/vs/workbench/contrib/notebook/browser/media/notebook.css b/src/vs/workbench/contrib/notebook/browser/media/notebook.css index 31b98d26953..23e688ee73f 100644 --- a/src/vs/workbench/contrib/notebook/browser/media/notebook.css +++ b/src/vs/workbench/contrib/notebook/browser/media/notebook.css @@ -248,6 +248,7 @@ margin-right: 8px; } +.monaco-workbench .notebookOverlay .cell-statusbar-container .cell-run-duration, .monaco-workbench .notebookOverlay .cell-statusbar-container .cell-status-message { display: flex; align-items: center; -- GitLab