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; }