From 7f6ddc897bcf2eacf1d5eb61651fef482a5315c6 Mon Sep 17 00:00:00 2001 From: Maddy <12754347+MaddyDev@users.noreply.github.com> Date: Wed, 26 May 2021 12:25:13 -0700 Subject: [PATCH] fix css to contain image (#15574) --- .../workbench/contrib/notebook/browser/cellViews/textCell.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sql/workbench/contrib/notebook/browser/cellViews/textCell.css b/src/sql/workbench/contrib/notebook/browser/cellViews/textCell.css index 98c90de95b..4b784f69a6 100644 --- a/src/sql/workbench/contrib/notebook/browser/cellViews/textCell.css +++ b/src/sql/workbench/contrib/notebook/browser/cellViews/textCell.css @@ -7,7 +7,7 @@ text-cell-component { display: block; } text-cell-component .notebook-text { - display: flex; + display: inline-block; outline: none; min-height: 50px; }