From 06e7d4d489c831e00a8e938ef2e1a094b4e33ccd Mon Sep 17 00:00:00 2001 From: Chris LaFreniere <40371649+chlafreniere@users.noreply.github.com> Date: Fri, 18 Jun 2021 12:51:58 -0700 Subject: [PATCH] Let parent control width for text cell preview (#15800) --- .../workbench/contrib/notebook/browser/cellViews/textCell.css | 1 - 1 file changed, 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 aad7e4ab85..a4f67f80a4 100644 --- a/src/sql/workbench/contrib/notebook/browser/cellViews/textCell.css +++ b/src/sql/workbench/contrib/notebook/browser/cellViews/textCell.css @@ -22,7 +22,6 @@ text-cell-component .notebook-preview { padding-left: 8px; padding-right: 8px; user-select: none; - width: 100%; outline: none; padding-top: 14px; }