From ed7521e846ec3fd3a110e857a464366d2fa7c3fa Mon Sep 17 00:00:00 2001 From: Maddy <12754347+MaddyDev@users.noreply.github.com> Date: Thu, 3 Jun 2021 11:27:48 -0700 Subject: [PATCH] flex style in split mode (#15612) --- .../workbench/contrib/notebook/browser/cellViews/textCell.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/sql/workbench/contrib/notebook/browser/cellViews/textCell.css b/src/sql/workbench/contrib/notebook/browser/cellViews/textCell.css index 4b784f69a6..aad7e4ab85 100644 --- a/src/sql/workbench/contrib/notebook/browser/cellViews/textCell.css +++ b/src/sql/workbench/contrib/notebook/browser/cellViews/textCell.css @@ -11,6 +11,9 @@ text-cell-component .notebook-text { outline: none; min-height: 50px; } +text-cell-component .notebook-text.show-preview.show-markdown{ + display: flex; +} text-cell-component code-component { flex-direction: column; }